there are still some issues with this update when twisted meta package
is not installed as the requires.txt still lists it as a dependency,
also a runtime dependency on setuptools is required as the zope egg
requires it but does not depend on it.

without the twisted meta package:
# python -c 'import pkg_resources; print 
pkg_resources.require("foolscap[secure_connections]")'
Traceback (most recent call last):
...
pkg_resources.DistributionNotFound: twisted>=2.4.0

with twisted and without setuptools:
# python -c 'import pkg_resources; print 
pkg_resources.require("foolscap[secure_connections]")'
Traceback (most recent call last):
...
pkg_resources.DistributionNotFound: distribute

these issues are not really important as tahoe, the only user of this
feature, depends on both missing packages.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/782414

Title:
  tahoe-lafs can't start because foolscap packaging metadata doesn't
  declare the fact that it supports secure_connections

To manage notifications about this bug go to:
https://bugs.launchpad.net/foolscap/+bug/782414/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to