[pypy-commit] pypy default: package more libraries to make curses work

mattip pypy.commits at gmail.com
Fri Nov 1 17:43:18 EDT 2019


Author: Matti Picus <matti.picus at gmail.com>
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


More information about the pypy-commit mailing list