Author: Matti Picus <[email protected]> Branch: Changeset: r97932:ff495c204b4f Date: 2019-11-01 08:52 -0400 http://bitbucket.org/pypy/pypy/changeset/ff495c204b4f/
Log: package more libraries to make curses work diff --git a/pypy/tool/release/make_portable.py b/pypy/tool/release/make_portable.py --- a/pypy/tool/release/make_portable.py +++ b/pypy/tool/release/make_portable.py @@ -1,6 +1,7 @@ #!/usr/bin/env python -bundle = ['sqlite3', 'ssl', 'crypto', 'ffi', 'expat', 'tcl', 'tk', 'gdbm', 'lzma', 'ncursesw', 'panelw', 'tinfow'] +bundle = ['sqlite3', 'ssl', 'crypto', 'ffi', 'expat', 'tcl', 'tk', 'gdbm', + 'lzma', 'tinfo', 'tinfow', 'ncursesw', 'panelw', 'ncurses', 'panel', 'panelw'] from os import chdir, mkdir, symlink from os.path import dirname, relpath, join, exists, basename, realpath _______________________________________________ pypy-commit mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-commit
