Skip to content

Commit f1f1790

Browse files
author
SamSchott
committed
include curses again
1 parent 95f4251 commit f1f1790

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

patch/Python/exclude.macOS

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,6 @@ lib/python*/lib-dynload/_test*.so
2626
lib/python*/lib-dynload/_ctypes_test*.so
2727
lib/python*/lib-dynload/xxlimited*.so
2828
lib/python*/lib-dynload/_xxtestfuzz*.so
29-
lib/python*/lib-dynload/_curses*.so
30-
# Remove command-line curses toolkit.
31-
lib/python*/curses
3229
# Remove config-* directory, which is used for compiling C extension modules.
3330
lib/python*/config-*
3431
# Remove ensurepip. If user code needs pip, it can add it to
@@ -46,4 +43,4 @@ lib/python*/site-packages
4643
share
4744
# Remove pyc files. These take up space, but since most stdlib modules are
4845
# never imported by user code, they mostly have no value.
49-
*/*.pyc
46+
*/*.pyc

0 commit comments

Comments
 (0)