Please revert the zope.interface "fix", it is wrong. The package should
depend on python-pkg-resources (that is done automatically) because it
installs a file that uses it:
$ cat src/zope/__init__.py
# this is a namespace package
try:
import pkg_resources
pkg_resources.declare_namespace(__name__)
except ImportError:
import pkgutil
__path__ = pkgutil.extend_path(__path__, __name__)
True, this is optional, but the preferred way to declare namespaces.
And it does not fix this crash at all.
** Also affects: zope.interface (Ubuntu)
Importance: Undecided
Status: New
** Changed in: zope.interface (Ubuntu)
Assignee: (unassigned) => Matthias Klose (doko)
--
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