Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
PyPy
pypy
Commits
ff495c204b4f
Commit
89367842
authored
Nov 01, 2019
by
Matti Picus
Browse files
package more libraries to make curses work
parent
883f6c7d4239
Changes
1
Hide whitespace changes
Inline
Side-by-side
pypy/tool/release/make_portable.py
View file @
ff495c20
#!/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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment