Skip to content

Commit

Permalink
include curses again
Browse files Browse the repository at this point in the history
  • Loading branch information
SamSchott committed Jan 9, 2021
1 parent 95f4251 commit f1f1790
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions patch/Python/exclude.macOS
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,6 @@ lib/python*/lib-dynload/_test*.so
lib/python*/lib-dynload/_ctypes_test*.so
lib/python*/lib-dynload/xxlimited*.so
lib/python*/lib-dynload/_xxtestfuzz*.so
lib/python*/lib-dynload/_curses*.so
# Remove command-line curses toolkit.
lib/python*/curses
# Remove config-* directory, which is used for compiling C extension modules.
lib/python*/config-*
# Remove ensurepip. If user code needs pip, it can add it to
Expand All @@ -46,4 +43,4 @@ lib/python*/site-packages
share
# Remove pyc files. These take up space, but since most stdlib modules are
# never imported by user code, they mostly have no value.
*/*.pyc
*/*.pyc

0 comments on commit f1f1790

Please sign in to comment.