It looks like the Depends contains "python-simplejson | python (>= 2.6)" which doesn't work, because python 2.6 is installed by default on Lucid, and it does not provide a simplejson module, and lazr.restfulclient.resource does not fall back to just using "json" if simplejson import fails. It requires simplejson at all times.
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/803475 Title: Missing dependency on python-simplejson To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/lazr.restfulclient/+bug/803475/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
