[Python-modules-commits] r19366 - in packages/celery/trunk/debian (control)

fladi-guest at users.alioth.debian.org fladi-guest at users.alioth.debian.org
Fri Nov 18 11:40:09 UTC 2011


    Date: Friday, November 18, 2011 @ 11:39:58
  Author: fladi-guest
Revision: 19366

Drop python-2.6 support because of missing backport for ordereddict package.

Modified:
  packages/celery/trunk/debian/control

Modified: packages/celery/trunk/debian/control
===================================================================
--- packages/celery/trunk/debian/control	2011-11-18 11:26:13 UTC (rev 19365)
+++ packages/celery/trunk/debian/control	2011-11-18 11:39:58 UTC (rev 19366)
@@ -5,17 +5,15 @@
 Uploaders: Fladischer Michael <FladischerMichael at fladi.at>
 Build-Depends: debhelper (>= 7.0.50~),
                docbook-to-man,
-               python-all (>= 2.6.6-3~),
+               python-all (>= 2.7),
                python-amqplib,
                python-anyjson (>= 0.3.1),
                python-dateutil (>= 1.5),
                python-gevent,
-               python-importlib,
                python-kombu (>= 1.4.3),
                python-mailer,
                python-memcache,
                python-mock,
-               python (>= 2.6) | python-multiprocessing,
                python-nose,
                python-pyparsing,
                python-pytyrant,
@@ -36,11 +34,9 @@
 Depends: python-amqplib,
          python-anyjson (>= 0.3.1),
          python-dateutil (>= 1.5),
-         python-importlib,
          python-kombu (>= 1.4.3),
          python-mailer,
          python-memcache,
-         python (>= 2.6) | python-multiprocessing,
          python-pyparsing,
          ${misc:Depends},
          ${python:Depends}




More information about the Python-modules-commits mailing list