diff options
Diffstat (limited to 'package/python3/python3-104-optional-tk.patch')
-rw-r--r-- | package/python3/python3-104-optional-tk.patch | 8 |
1 files changed, 4 insertions, 4 deletions
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 |