summaryrefslogtreecommitdiffstats
path: root/patches
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2020-02-07 18:39:33 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2020-02-07 18:39:35 +0100
commit196921bad2189ec918d97d13cf88d5e2b946c4b4 (patch)
treef13cbabe235e2bdc62e5fa681c45ac8d2607e193 /patches
parent5ae002772597be4a5f128f27eff15c36cde07b5f (diff)
downloadptxdist-196921bad2189ec918d97d13cf88d5e2b946c4b4.tar.gz
ptxdist-196921bad2189ec918d97d13cf88d5e2b946c4b4.tar.xz
python3: version bump 3.7.3 -> 3.7.6
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'patches')
-rw-r--r--patches/Python-3.7.6/0001-python3-don-t-leak-host-path-into-target-binaries.patch (renamed from patches/Python-3.7.3/0001-python3-don-t-leak-host-path-into-target-binaries.patch)4
-rw-r--r--patches/Python-3.7.6/0002-python3-prevent-host-path-leakage.patch (renamed from patches/Python-3.7.3/0002-python3-prevent-host-path-leakage.patch)4
-rw-r--r--patches/Python-3.7.6/series (renamed from patches/Python-3.7.3/series)0
3 files changed, 4 insertions, 4 deletions
diff --git a/patches/Python-3.7.3/0001-python3-don-t-leak-host-path-into-target-binaries.patch b/patches/Python-3.7.6/0001-python3-don-t-leak-host-path-into-target-binaries.patch
index 18929d5d0..6ca618a5f 100644
--- a/patches/Python-3.7.3/0001-python3-don-t-leak-host-path-into-target-binaries.patch
+++ b/patches/Python-3.7.6/0001-python3-don-t-leak-host-path-into-target-binaries.patch
@@ -10,10 +10,10 @@ Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
1 file changed, 1 deletion(-)
diff --git a/setup.py b/setup.py
-index a97a7559cae7..a9d59a533aaa 100644
+index 88cff6164d71..b8a35218b259 100644
--- a/setup.py
+++ b/setup.py
-@@ -1300,7 +1300,6 @@ class PyBuildExt(build_ext):
+@@ -1344,7 +1344,6 @@ class PyBuildExt(build_ext):
if dbm_setup_debug: print("building dbm using bdb")
dbmext = Extension('_dbm', ['_dbmmodule.c'],
library_dirs=dblib_dir,
diff --git a/patches/Python-3.7.3/0002-python3-prevent-host-path-leakage.patch b/patches/Python-3.7.6/0002-python3-prevent-host-path-leakage.patch
index 5594fe13f..28ea44657 100644
--- a/patches/Python-3.7.3/0002-python3-prevent-host-path-leakage.patch
+++ b/patches/Python-3.7.6/0002-python3-prevent-host-path-leakage.patch
@@ -23,10 +23,10 @@ Signed-off-by: Bastian Stender <bst@pengutronix.de>
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/setup.py b/setup.py
-index a9d59a533aaa..929898091120 100644
+index b8a35218b259..be779cafc95f 100644
--- a/setup.py
+++ b/setup.py
-@@ -543,10 +543,12 @@ class PyBuildExt(build_ext):
+@@ -587,10 +587,12 @@ class PyBuildExt(build_ext):
if not cross_compiling:
add_dir_to_list(self.compiler.library_dirs, '/usr/local/lib')
add_dir_to_list(self.compiler.include_dirs, '/usr/local/include')
diff --git a/patches/Python-3.7.3/series b/patches/Python-3.7.6/series
index 305ae1d73..305ae1d73 100644
--- a/patches/Python-3.7.3/series
+++ b/patches/Python-3.7.6/series