[pypy-commit] pypy default: ideally fix release for gdbm

fijal noreply at buildbot.pypy.org
Thu May 15 17:35:31 CEST 2014


Author: Maciej Fijalkowski <fijall at gmail.com>
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'])


More information about the pypy-commit mailing list