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

fladi-guest at users.alioth.debian.org fladi-guest at users.alioth.debian.org
Tue Feb 8 13:40:19 UTC 2011


    Date: Tuesday, February 8, 2011 @ 13:40:17
  Author: fladi-guest
Revision: 15541

Depend on python-simplejson as other implementations (e.g. cjson) are known to cause problems.
Set libjs-jquery as Recommends.

Modified:
  packages/kombu/trunk/debian/control

Modified: packages/kombu/trunk/debian/control
===================================================================
--- packages/kombu/trunk/debian/control	2011-02-08 13:01:32 UTC (rev 15540)
+++ packages/kombu/trunk/debian/control	2011-02-08 13:40:17 UTC (rev 15541)
@@ -25,7 +25,8 @@
 Depends: ${misc:Depends}, 
          ${python:Depends},
          python-amqplib (>= 0.6),
-         python-anyjson
+         python-anyjson,
+         python-simplejson,
 Provides: ${python:Provides}
 Suggests: python-pymongo
 Description: AMQP Messaging Framework for Python
@@ -46,8 +47,8 @@
 Architecture: all
 Depends: ${python:Depends}, 
          ${misc:Depends}, 
-         libjs-jquery,
          python-kombu
+Recommends: libjs-jquery
 Description: AMQP Messaging Framework for Python (Documentation)
  The aim of Kombu is to make messaging in Python as easy as possible by
  providing an idiomatic high-level interface for the AMQP protocol. It is meant




More information about the Python-modules-commits mailing list