[pypy-commit] pypy default: force compilation of ffi library in audioop.py

amauryfa noreply at buildbot.pypy.org
Tue Feb 10 19:32:22 CET 2015


Author: Amaury Forgeot d'Arc <amauryfa at gmail.com>
Branch: 
Changeset: r75809:91ccdfc264d5
Date: 2015-02-10 19:32 +0100
http://bitbucket.org/pypy/pypy/changeset/91ccdfc264d5/

Log:	force compilation of ffi library in audioop.py

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
@@ -108,7 +108,7 @@
 '''
 
 def create_cffi_import_libraries(pypy_c, options):
-    modules = ['_sqlite3']
+    modules = ['_sqlite3', 'audioop']
     subprocess.check_call([str(pypy_c), '-c', 'import _sqlite3'])
     if not sys.platform == 'win32':
         modules += ['_curses', 'syslog', 'gdbm', '_sqlite3']


More information about the pypy-commit mailing list