From c089c4500b0b78acf03ee5405ad250a84b0dfa66 Mon Sep 17 00:00:00 2001 From: Igor Pashev Date: Sun, 1 Dec 2019 17:44:24 +0300 Subject: Import python3.7 (3.7.5-2) --- debian/patches/deb-setup.diff | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'debian/patches/deb-setup.diff') diff --git a/debian/patches/deb-setup.diff b/debian/patches/deb-setup.diff index 08ce316..748085d 100644 --- a/debian/patches/deb-setup.diff +++ b/debian/patches/deb-setup.diff @@ -1,10 +1,8 @@ # DP: Don't include /usr/local/include and /usr/local/lib as gcc search paths -Index: b/setup.py -=================================================================== --- a/setup.py +++ b/setup.py -@@ -262,8 +262,10 @@ class PyBuildExt(build_ext): +@@ -337,8 +337,10 @@ class PyBuildExt(build_ext): # unfortunately, distutils doesn't let us provide separate C and C++ # compilers if compiler is not None: @@ -17,8 +15,8 @@ Index: b/setup.py self.compiler.set_executables(**args) build_ext.build_extensions(self) -@@ -487,12 +489,7 @@ class PyBuildExt(build_ext): - return ['m'] +@@ -576,12 +578,7 @@ class PyBuildExt(build_ext): + os.unlink(tmpfile) def detect_modules(self): - # Ensure that /usr/local is always used, but the local build -- cgit v1.2.3