diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2014-07-08 12:42:39 +0200 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2014-07-08 13:56:45 +0200 |
commit | a5dcdf370630c7d9cc7eef02b8424802e779cacc (patch) | |
tree | 18e954ac750d84479e7662d3e9b0edd70bec0ba6 /package/python3/python3-110-optional-idle.patch | |
parent | 63c735b60a992aa5a97aba859ca8a5ba05e6af16 (diff) | |
download | buildroot-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-110-optional-idle.patch')
-rw-r--r-- | package/python3/python3-110-optional-idle.patch | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package/python3/python3-110-optional-idle.patch b/package/python3/python3-110-optional-idle.patch index f657cbd965..4d5e70b50c 100644 --- a/package/python3/python3-110-optional-idle.patch +++ b/package/python3/python3-110-optional-idle.patch @@ -33,7 +33,7 @@ Index: b/Makefile.pre.in distutils distutils/command \ importlib \ turtledemo \ -@@ -1209,6 +1210,10 @@ +@@ -1210,6 +1211,10 @@ LIBSUBDIRS += $(XMLLIBSUBDIRS) endif @@ -48,7 +48,7 @@ Index: b/configure.ac =================================================================== --- a/configure.ac +++ b/configure.ac -@@ -2737,6 +2737,12 @@ +@@ -2726,6 +2726,12 @@ AS_HELP_STRING([--disable-lib2to3], [disable lib2to3]), [ LIB2TO3="${enableval}" ], [ LIB2TO3=yes ]) @@ -65,7 +65,7 @@ Index: b/setup.py =================================================================== --- a/setup.py +++ b/setup.py -@@ -2183,11 +2183,13 @@ +@@ -2204,11 +2204,13 @@ import warnings warnings.filterwarnings("ignore",category=DeprecationWarning) |