[Python-modules-commits] r27066 - in packages/pyzmq/trunk/debian (control)
jtaylor-guest at users.alioth.debian.org
jtaylor-guest at users.alioth.debian.org
Sat Jan 4 23:01:34 UTC 2014
Date: Saturday, January 4, 2014 @ 23:01:33
Author: jtaylor-guest
Revision: 27066
use pypy:Depends for pypy-zmq
Modified:
packages/pyzmq/trunk/debian/control
Modified: packages/pyzmq/trunk/debian/control
===================================================================
--- packages/pyzmq/trunk/debian/control 2014-01-04 22:44:39 UTC (rev 27065)
+++ packages/pyzmq/trunk/debian/control 2014-01-04 23:01:33 UTC (rev 27066)
@@ -110,7 +110,12 @@
Package: pypy-zmq
Architecture: any
-Depends: gcc, libzmq3-dev, pypy (>= 2.0.0), ${misc:Depends}, ${shlibs:Depends}
+Depends: gcc,
+ libzmq3-dev,
+ pypy (>= 2.0.0),
+ ${misc:Depends},
+ ${pypy:Depends},
+ ${shlibs:Depends}
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