zope.interface was only an example of a package (there are many of them) that declares a dependency on setuptools (in egg-info/requires.txt) but only has python-pkg-resources dependency.
The purpose of the splitted python-pkg-resources package was to be used as a runtime dependency for exactly this purpose. But now this does not work. So this a regression of python-pkg-resources (distribute). Also, sorry, python-support or python-central doesn't make a difference after all. -- pkg_resources.require() throws a DistributionNotFound exception if python-setuptools is not installed https://bugs.launchpad.net/bugs/563060 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
