# HG changeset patch # User Julien Cristau # Date 1404477016 -7200 # Node ID 87181b34a47fbb02f96b829bac4151c8d52f59c5 # Parent 7f36f31d8828a90165ccf5189bd4e34596c6f22a [pkg] remove simplejson dependency We no longer use it, the stdlib's json module is fine. diff -r 7f36f31d8828 -r 87181b34a47f __pkginfo__.py --- 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 diff -r 7f36f31d8828 -r 87181b34a47f debian/control --- 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,