[Python-modules-commits] r27668 - in packages/kombu/trunk/debian (control)

bdrung at users.alioth.debian.org bdrung at users.alioth.debian.org
Fri Feb 14 16:00:17 UTC 2014


    Date: Friday, February 14, 2014 @ 16:00:16
  Author: bdrung
Revision: 27668

Require python-pymongo >= 2.6.2. Otherwise the tests will fail.

Modified:
  packages/kombu/trunk/debian/control

Modified: packages/kombu/trunk/debian/control
===================================================================
--- packages/kombu/trunk/debian/control	2014-02-14 14:40:07 UTC (rev 27667)
+++ packages/kombu/trunk/debian/control	2014-02-14 16:00:16 UTC (rev 27668)
@@ -16,7 +16,7 @@
                python-mock,
                python-nose,
                python-pika,
-               python-pymongo,
+               python-pymongo (>= 2.6.2),
                python-setuptools,
                python-simplejson,
                python-sphinx (>= 1.0.7+dfsg),
@@ -44,7 +44,7 @@
           python-django,
           python-kombu-doc,
           python-pika,
-          python-pymongo,
+          python-pymongo (>= 2.6.2),
           python-sqlalchemy
 Description: AMQP Messaging Framework for Python
  The aim of Kombu is to make messaging in Python as easy as possible by




More information about the Python-modules-commits mailing list