diff --git a/patch/Python/exclude.macOS b/patch/Python/exclude.macOS index 5257386..0b23716 100644 --- a/patch/Python/exclude.macOS +++ b/patch/Python/exclude.macOS @@ -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 @@ -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 \ No newline at end of file +*/*.pyc