Author: Armin Rigo <[email protected]>
Branch:
Changeset: r65082:27138960ee13
Date: 2013-06-28 20:54 +0200
http://bitbucket.org/pypy/pypy/changeset/27138960ee13/
Log: Force cffi to build syslog here.
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
@@ -69,6 +69,7 @@
subprocess.check_call([str(pypy_c), '-c', 'import _sqlite3'])
if not sys.platform == 'win32':
subprocess.check_call([str(pypy_c), '-c', 'import _curses'])
+ subprocess.check_call([str(pypy_c), '-c', 'import syslog'])
if sys.platform == 'win32' and not rename_pypy_c.lower().endswith('.exe'):
rename_pypy_c += '.exe'
binaries = [(pypy_c, rename_pypy_c)]
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit