Author: Maciej Fijalkowski <[email protected]>
Branch:
Changeset: r71531:4905ee88f2aa
Date: 2014-05-15 17:34 +0200
http://bitbucket.org/pypy/pypy/changeset/4905ee88f2aa/
Log: ideally fix release for gdbm
diff --git a/pypy/tool/release/package.py b/pypy/tool/release/package.py
--- a/pypy/tool/release/package.py
+++ b/pypy/tool/release/package.py
@@ -74,6 +74,7 @@
if not sys.platform == 'win32':
subprocess.check_call([str(pypy_c), '-c', 'import _curses'])
subprocess.check_call([str(pypy_c), '-c', 'import syslog'])
+ subprocess.check_call([str(pypy_c), '-c', 'import gdbm'])
if not withouttk:
try:
subprocess.check_call([str(pypy_c), '-c', 'import _tkinter'])
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit