From 63aeae6538770ab7f4eb048373b2e8d99c26d4c5 Mon Sep 17 00:00:00 2001 From: Thomas Petazzoni Date: Wed, 8 Mar 2017 00:00:29 +0100 Subject: python3: refresh Git formatted patches This refreshes the set of python3 patches so they apply cleanly on the v3.5.2 tag of cpython Github repository. Signed-off-by: Thomas Petazzoni Reviewed-by: Yegor Yefremov Signed-off-by: Thomas Petazzoni --- .../0001-setup.py-do-not-add-invalid-header-locations.patch | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'package/python3/0001-setup.py-do-not-add-invalid-header-locations.patch') diff --git a/package/python3/0001-setup.py-do-not-add-invalid-header-locations.patch b/package/python3/0001-setup.py-do-not-add-invalid-header-locations.patch index defaad9c45..4d8c8970d3 100644 --- a/package/python3/0001-setup.py-do-not-add-invalid-header-locations.patch +++ b/package/python3/0001-setup.py-do-not-add-invalid-header-locations.patch @@ -1,4 +1,4 @@ -From d6093bad6c700312ff7ff4a7bb15c815dda6f46b Mon Sep 17 00:00:00 2001 +From 093733d806e32ef47db5c6d2379d7c93ae71524b Mon Sep 17 00:00:00 2001 From: Thomas Petazzoni Date: Wed, 23 Dec 2015 11:28:34 +0100 Subject: [PATCH] setup.py: do not add invalid header locations @@ -28,10 +28,10 @@ Signed-off-by: Thomas Petazzoni 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py -index da67731..dbd2a3c 100644 +index 174ce72..b67d913 100644 --- a/setup.py +++ b/setup.py -@@ -511,7 +511,8 @@ class PyBuildExt(build_ext): +@@ -534,7 +534,8 @@ class PyBuildExt(build_ext): add_dir_to_list(dir_list, directory) if os.path.normpath(sys.base_prefix) != '/usr' \ @@ -42,5 +42,5 @@ index da67731..dbd2a3c 100644 # (PYTHONFRAMEWORK is set) to avoid # linking problems when # building a framework with different architectures than -- -2.6.4 +2.7.4 -- cgit v1.2.3