summaryrefslogtreecommitdiffstats
path: root/package/python3/python3-102-optional-2to3.patch
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2014-07-08 12:42:39 +0200
committerPeter Korsgaard <peter@korsgaard.com>2014-07-08 13:56:45 +0200
commita5dcdf370630c7d9cc7eef02b8424802e779cacc (patch)
tree18e954ac750d84479e7662d3e9b0edd70bec0ba6 /package/python3/python3-102-optional-2to3.patch
parent63c735b60a992aa5a97aba859ca8a5ba05e6af16 (diff)
downloadbuildroot-a5dcdf370630c7d9cc7eef02b8424802e779cacc.tar.gz
buildroot-a5dcdf370630c7d9cc7eef02b8424802e779cacc.zip
python3: bump to version 3.4.1
A few minor updates on the patches were needed to resolve some conflicts on the main Makefile.pre.in file, in the list of modules to build/install. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/python3/python3-102-optional-2to3.patch')
-rw-r--r--package/python3/python3-102-optional-2to3.patch22
1 files changed, 11 insertions, 11 deletions
diff --git a/package/python3/python3-102-optional-2to3.patch b/package/python3/python3-102-optional-2to3.patch
index facf6e1780..a23584feb8 100644
--- a/package/python3/python3-102-optional-2to3.patch
+++ b/package/python3/python3-102-optional-2to3.patch
@@ -34,17 +34,17 @@ Index: b/Makefile.pre.in
ctypes ctypes/macholib \
idlelib idlelib/Icons \
distutils distutils/command $(XMLLIBSUBDIRS) \
-@@ -1172,9 +1173,6 @@
- test/namespace_pkgs/project3/parent/child \
- test/namespace_pkgs/module_and_namespace_package \
- test/namespace_pkgs/module_and_namespace_package/a_test \
+@@ -1173,9 +1174,6 @@
+ test/test_importlib/namespace_pkgs/module_and_namespace_package \
+ test/test_importlib/namespace_pkgs/module_and_namespace_package/a_test \
+ sqlite3/test \
- lib2to3/tests \
- lib2to3/tests/data lib2to3/tests/data/fixers \
- lib2to3/tests/data/fixers/myfixes \
- sqlite3/test idlelib/idle_test \
- test/test_importlib test/test_importlib/builtin \
- test/test_importlib/extension test/test_importlib/frozen \
-@@ -1186,6 +1184,14 @@
+ ctypes/test \
+ idlelib/idle_test \
+ distutils/tests \
+@@ -1188,6 +1186,14 @@
LIBSUBDIRS += pydoc_data
endif
@@ -59,7 +59,7 @@ Index: b/Makefile.pre.in
ifeq (@TEST_MODULES@,yes)
LIBSUBDIRS += $(TESTSUBDIRS)
endif
-@@ -1281,10 +1287,12 @@
+@@ -1283,10 +1289,12 @@
-d $(LIBDEST)/site-packages -f $(STDLIB_CACHE_FLAGS) \
-x badsyntax $(DESTDIR)$(LIBDEST)/site-packages
endif
@@ -76,7 +76,7 @@ Index: b/setup.py
===================================================================
--- a/setup.py
+++ b/setup.py
-@@ -2183,10 +2183,11 @@
+@@ -2204,10 +2204,11 @@
import warnings
warnings.filterwarnings("ignore",category=DeprecationWarning)
@@ -94,7 +94,7 @@ Index: b/configure.ac
===================================================================
--- a/configure.ac
+++ b/configure.ac
-@@ -2678,6 +2678,12 @@
+@@ -2667,6 +2667,12 @@
AS_HELP_STRING([--disable-test-modules], [disable test modules]),
[ TEST_MODULES="${enableval}" ], [ TEST_MODULES=yes ])
OpenPOWER on IntegriCloud