Public bug reported:

Binary package hint: python-wadllib

With the python-wadllib in maverick installed, the following code fails:


Python 2.6.6 (r266:84292, Sep 15 2010, 16:22:56) 
[GCC 4.4.5] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> from pkg_resources import require
>>> require("wadllib")
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/usr/lib/python2.6/dist-packages/pkg_resources.py", line 654, in require
    needed = self.resolve(parse_requirements(requirements))
  File "/usr/lib/python2.6/dist-packages/pkg_resources.py", line 552, in resolve
    raise DistributionNotFound(req)
pkg_resources.DistributionNotFound: elementtree
>>> 

It is because `/usr/share/pyshared/wadllib-1.1.4.egg-info/requires.txt`
contains `elementtree`, but in fact `elementree` is not used when the
user is using python >= 2.5

** Affects: python-wadllib (Ubuntu)
     Importance: Undecided
         Status: New

-- 
existing dependency on elementree at python level
https://bugs.launchpad.net/bugs/681394
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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

Reply via email to