[pkg] remove simplejson dependency
We no longer use it, the stdlib's json module is fine.
--- 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,