[pkg] remove simplejson dependency
authorJulien Cristau <julien.cristau@logilab.fr>
Fri, 04 Jul 2014 14:30:16 +0200
changeset 9868 87181b34a47f
parent 9867 7f36f31d8828
child 9876 ff98039cb4cd
[pkg] remove simplejson dependency We no longer use it, the stdlib's json module is fine.
__pkginfo__.py
debian/control
--- a/__pkginfo__.py	Thu Jul 03 12:18:34 2014 +0200
+++ b/__pkginfo__.py	Fri Jul 04 14:30:16 2014 +0200
@@ -44,8 +44,7 @@
     'rql': '>= 0.31.2',
     'yams': '>= 0.39.1',
     #gettext                    # for xgettext, msgcat, etc...
-    # web dependancies
-    'simplejson': '>= 2.0.9',
+    # web dependencies
     'lxml': '',
     'Twisted': '',
     # XXX graphviz
--- a/debian/control	Thu Jul 03 12:18:34 2014 +0200
+++ b/debian/control	Fri Jul 04 14:30:16 2014 +0200
@@ -124,7 +124,6 @@
  ${misc:Depends},
  ${python:Depends},
  cubicweb-common (= ${source:Version}),
- python-simplejson (>= 2.0.9)
 Recommends:
  python-docutils (>= 0.6),
  python-vobject,