Comment 2 for bug 510129

Revision history for this message
Martin Pitt (pitti) wrote : Re: python-apport is missing python-simplejson dependency

Apport itself doesn't need simplejson, but launchpadlib does. ATM it

  Depends: python-simplejson | python (>= 2.6)

which is insufficient. It needs to drop the | python bit.

Python 2.6 does have a builtin json parser, but it has a different module name at least (and perhaps also a different API).