[Python-modules-commits] r14864 - in packages/celery/trunk/debian (control)
fladi-guest at users.alioth.debian.org
fladi-guest at users.alioth.debian.org
Wed Nov 10 13:52:32 UTC 2010
Date: Wednesday, November 10, 2010 @ 13:52:17
Author: fladi-guest
Revision: 14864
Build for python2.5 too.
Modified:
packages/celery/trunk/debian/control
Modified: packages/celery/trunk/debian/control
===================================================================
--- packages/celery/trunk/debian/control 2010-11-10 12:36:32 UTC (rev 14863)
+++ packages/celery/trunk/debian/control 2010-11-10 13:52:17 UTC (rev 14864)
@@ -6,7 +6,7 @@
Fladischer Michael <FladischerMichael at fladi.at>
Build-Depends: debhelper (>= 7.0.50~),
docbook-to-man,
- python-all (>=2.6),
+ python-all (>=2.5),
python-amqplib,
python-anyjson,
python-carrot (>= 0.10.7),
@@ -22,7 +22,7 @@
python-sqlalchemy,
python-support,
python-unittest2
-XS-Python-Version: >= 2.6
+XS-Python-Version: >= 2.5
Standards-Version: 3.9.1
Homepage: http://github.com/ask/celery/
Vcs-Svn: svn://svn.debian.org/python-modules/packages/python-celery/trunk/
@@ -30,7 +30,19 @@
Package: python-celery
Architecture: all
-Depends: ${misc:Depends}, ${python:Depends}
+Depends: ${misc:Depends},
+ ${python:Depends},
+ python-amqplib,
+ python-anyjson,
+ python-carrot (>= 0.10.7),
+ python-dateutil,
+ python-importlib,
+ python-mailer,
+ python-memcache,
+ python-multiprocessing (>= 2.6.2.1),
+ python-pyparsing,
+ python-simplejson,
+ python-sqlalchemy
Provides: ${python:Provides}
Description: async task/job queue based on message passing
Celery is an open source asynchronous task queue/job queue based on
More information about the Python-modules-commits
mailing list