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>
This commit is contained in:
Thomas Petazzoni
2014-07-08 12:42:39 +02:00
committed by Peter Korsgaard
parent 63c735b60a
commit a5dcdf3706
15 changed files with 59 additions and 58 deletions

View File

@@ -19,9 +19,9 @@ Index: b/Makefile.pre.in
- curses $(MACHDEPS)
+ $(MACHDEPS)
TESTSUBDIRS = test test/test_asyncio ctypes/test \
TESTSUBDIRS = test test/test_asyncio \
test/test_email test/test_email/data \
@@ -1201,6 +1201,10 @@
@@ -1202,6 +1202,10 @@
tkinter/test/test_ttk
endif
@@ -36,7 +36,7 @@ Index: b/configure.ac
===================================================================
--- a/configure.ac
+++ b/configure.ac
@@ -2684,6 +2684,15 @@
@@ -2673,6 +2673,15 @@
DISABLED_EXTENSIONS="${DISABLED_EXTENSIONS} _tkinter"
fi