From a5dcdf370630c7d9cc7eef02b8424802e779cacc Mon Sep 17 00:00:00 2001 From: Thomas Petazzoni Date: Tue, 8 Jul 2014 12:42:39 +0200 Subject: 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 Signed-off-by: Peter Korsgaard --- package/python3/python3-104-optional-tk.patch | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'package/python3/python3-104-optional-tk.patch') diff --git a/package/python3/python3-104-optional-tk.patch b/package/python3/python3-104-optional-tk.patch index 32e2bee797..0d15fe1eac 100644 --- a/package/python3/python3-104-optional-tk.patch +++ b/package/python3/python3-104-optional-tk.patch @@ -26,12 +26,12 @@ Index: b/Makefile.pre.in curses $(MACHDEPS) -TESTSUBDIRS = tkinter/test tkinter/test/test_tkinter tkinter/test/test_ttk \ -- test test/test_asyncio ctypes/test \ -+TESTSUBDIRS = test test/test_asyncio ctypes/test \ +- test test/test_asyncio \ ++TESTSUBDIRS = test test/test_asyncio \ test/test_email test/test_email/data \ test/test_json \ test/audiodata \ -@@ -1196,6 +1195,12 @@ +@@ -1197,6 +1196,12 @@ TESTSUBDIRS += sqlite3/test endif @@ -48,7 +48,7 @@ Index: b/configure.ac =================================================================== --- a/configure.ac +++ b/configure.ac -@@ -2675,6 +2675,15 @@ +@@ -2664,6 +2664,15 @@ DISABLED_EXTENSIONS="${DISABLED_EXTENSIONS} _sqlite3" fi -- cgit v1.2.3