Python packages that have 'setuptools' in they install_requires have this dependency translated to python-pkg-resources by van.pydeb. It works most of the time, except when pkg_resources.require is used (like paster from python-pastescript does). This was solved in Bug #572609.
So in the end the behaviour of van.pydeb that "fixed" http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=543551 is incorrect. ** Bug watch added: Debian Bug tracker #543551 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=543551 ** Changed in: distribute (Ubuntu) Status: New => Invalid -- 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
