From: Paul Wise Date: Tue, 1 Jul 2014 05:45:11 +0000 (+0800) Subject: Switch from python cjson to simplejson because python-kombu breaks it. X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=e05b7650f76999e8cde364aeeff63e304db5d3e4;p=dsa-metapackages.git Switch from python cjson to simplejson because python-kombu breaks it. Signed-off-by: Martin Zobel-Helas --- diff --git a/debian/changelog b/debian/changelog index 98a07c8..cd9117b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -15,6 +15,7 @@ debian.org (55) UNRELEASED; urgency=low [ Paul Wise ] * debian.org-derivs-census-patch-generation: + new meta package from derivatives census patch generation + + Switch from python cjson to simplejson because python-kombu breaks it -- Peter Palfrader Sat, 24 May 2014 19:26:03 +0200 diff --git a/debian/control b/debian/control index 6b32a22..d3324ec 100644 --- a/debian/control +++ b/debian/control @@ -1035,9 +1035,9 @@ Package: debian.org-derivs-census-patch-generation Architecture: all Depends: python, python-apt, - python-cjson, python-debian, python-psycopg2, + python-simplejson, python-yaml, dpkg-dev, devscripts,