diff options
Diffstat (limited to 'package/python3/python3-105-optional-curses.patch')
-rw-r--r-- | package/python3/python3-105-optional-curses.patch | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package/python3/python3-105-optional-curses.patch b/package/python3/python3-105-optional-curses.patch index 75e2558db9..8e6390897f 100644 --- a/package/python3/python3-105-optional-curses.patch +++ b/package/python3/python3-105-optional-curses.patch @@ -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 |