[Python-modules-commits] r34025 - in packages/pyzmq/trunk/debian (changelog control)

bernat at users.alioth.debian.org bernat at users.alioth.debian.org
Sat Aug 29 20:34:36 UTC 2015


    Date: Saturday, August 29, 2015 @ 20:34:35
  Author: bernat
Revision: 34025

Add missing python{,3}-cffi and python-gevent build-dependencies. Closes: #796930.

Modified:
  packages/pyzmq/trunk/debian/changelog
  packages/pyzmq/trunk/debian/control

Modified: packages/pyzmq/trunk/debian/changelog
===================================================================
--- packages/pyzmq/trunk/debian/changelog	2015-08-29 15:43:17 UTC (rev 34024)
+++ packages/pyzmq/trunk/debian/changelog	2015-08-29 20:34:35 UTC (rev 34025)
@@ -1,3 +1,10 @@
+pyzmq (14.4.0-2) UNRELEASED; urgency=medium
+
+  * Add missing python{,3}-cffi and python-gevent
+    build-dependencies. Closes: #796930.
+
+ -- Vincent Bernat <bernat at debian.org>  Sat, 29 Aug 2015 22:32:43 +0200
+
 pyzmq (14.4.0-1) unstable; urgency=medium
 
   * New upstream release

Modified: packages/pyzmq/trunk/debian/control
===================================================================
--- packages/pyzmq/trunk/debian/control	2015-08-29 15:43:17 UTC (rev 34024)
+++ packages/pyzmq/trunk/debian/control	2015-08-29 20:34:35 UTC (rev 34025)
@@ -14,6 +14,8 @@
                python-all-dev (>= 2.6.6-3~),
                python-nose,
                python-numpy,
+               python-gevent,
+               python-cffi, python3-cffi,
                python-setuptools,
                python3 (>= 3.3.0-2),
                python3-all-dbg (>= 3.2),




More information about the Python-modules-commits mailing list