]> rtime.felk.cvut.cz Git - coffee/buildroot.git/blobdiff - package/python3/0006-Don-t-add-multiarch-paths.patch
Revert "python3: bump to 2.6.4"
[coffee/buildroot.git] / package / python3 / 0006-Don-t-add-multiarch-paths.patch
index 4ff2a75beeddbe99d4466b2c6744a123916d7731..220c54cde8425cd428aa01f4d9107f965050b9c1 100644 (file)
@@ -12,8 +12,6 @@ cross-compiling.
 Investigation done by David <buildroot-2014@inbox.com>.
 
 Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-[aduskett@gmail.com: Update for python 3.6.4]
-Signed-off-by: Adam Duskett <aduskett@gmail.com>
 ---
  setup.py | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)
@@ -22,7 +20,7 @@ diff --git a/setup.py b/setup.py
 index cd00fbdbda..c956fa08d1 100644
 --- a/setup.py
 +++ b/setup.py
-@@ -522,10 +522,10 @@ class PyBuildExt(build_ext):
+@@ -497,10 +497,10 @@ 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')