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

fladi-guest at users.alioth.debian.org fladi-guest at users.alioth.debian.org
Mon Mar 7 10:24:07 UTC 2011


    Date: Monday, March 7, 2011 @ 10:23:57
  Author: fladi-guest
Revision: 16036

Add python-yaml as BD for additional unittests.
Set python-cjson as BC/Breaks as it breaks unitests with fauly encoding/decoding.

Modified:
  packages/kombu/trunk/debian/control

Modified: packages/kombu/trunk/debian/control
===================================================================
--- packages/kombu/trunk/debian/control	2011-03-07 10:02:43 UTC (rev 16035)
+++ packages/kombu/trunk/debian/control	2011-03-07 10:23:57 UTC (rev 16036)
@@ -12,7 +12,9 @@
                python-setuptools,
                python-simplejson,
                python-sphinx,
-               python-unittest2
+               python-unittest2,
+               python-yaml
+Build-Conflicts: python-cjson
 X-Python-Version: >= 2.4
 Standards-Version: 3.9.1
 Homepage: http://github.com/ask/kombu/
@@ -25,7 +27,8 @@
          python-anyjson,
          ${misc:Depends},
          ${python:Depends}
-Breaks: ${python:Breaks}
+Recommends: python-simplejson, python-yaml
+Breaks: python-cjson, ${python:Breaks}
 Suggests: python-kombu-doc, python-pymongo
 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