[Python-modules-commits] r27040 - in packages/pyzmq/trunk/debian (control)
jtaylor-guest at users.alioth.debian.org
jtaylor-guest at users.alioth.debian.org
Sat Jan 4 16:26:41 UTC 2014
Date: Saturday, January 4, 2014 @ 16:26:40
Author: jtaylor-guest
Revision: 27040
add libzmq3-dev dependency to pypy-zmq
ffi requires the headers
Modified:
packages/pyzmq/trunk/debian/control
Modified: packages/pyzmq/trunk/debian/control
===================================================================
--- packages/pyzmq/trunk/debian/control 2014-01-04 16:26:36 UTC (rev 27039)
+++ packages/pyzmq/trunk/debian/control 2014-01-04 16:26:40 UTC (rev 27040)
@@ -110,7 +110,7 @@
Package: pypy-zmq
Architecture: any
-Depends: pypy (>= 2.0.0), ${misc:Depends}, ${shlibs:Depends}
+Depends: pypy (>= 2.0.0), ${misc:Depends}, ${shlibs:Depends}, libzmq3-dev
Description: PyPy bindings for 0MQ library
Python bindings for 0MQ. 0MQ is a small, fast, and free
software library that gives you message-passing concurrency
More information about the Python-modules-commits
mailing list