[Bug 1183634] [NEW] cheetah pkg does not depend on markdown, but egg requires.txt does

Launchpad Bug Tracker 1183634 at bugs.launchpad.net
Mon Jul 22 06:26:18 UTC 2013


You have been subscribed to a public bug by Adam Gandelman (gandelman-a):

cheetah 2.4.4-3ubuntu1 dropped dependency on python-markdown to avoid a
component mismatch (markdown is in universe).  Apparently the package
functions fine without it, however, cheetah's requires.txt still lists
it as a dependency:

$ cat Cheetah.egg-info/requires.txt 
Markdown >= 2.0.1

This causes any package that depends on cheetah and uses pkg_resources
to manage its dependencies to fail.  Caught with nova:

# nova-manage 
Traceback (most recent call last):
  File "/usr/bin/nova-manage", line 5, in <module>
    from pkg_resources import load_entry_point
  File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 2707, in <module>
    working_set.require(__requires__)
  File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 686, in require
    needed = self.resolve(parse_requirements(requirements))
  File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 584, in resolve
    raise DistributionNotFound(req)
pkg_resources.DistributionNotFound: Markdown>=2.0.1

** Affects: cheetah (Ubuntu)
     Importance: High
     Assignee: Adam Gandelman (gandelman-a)
         Status: Triaged

** Affects: cheetah (Ubuntu Saucy)
     Importance: High
     Assignee: Adam Gandelman (gandelman-a)
         Status: Triaged

-- 
cheetah pkg does not depend on markdown, but egg requires.txt does
https://bugs.launchpad.net/bugs/1183634
You received this bug notification because you are a member of Ubuntu Sponsors Team, which is subscribed to the bug report.



More information about the Ubuntu-sponsors mailing list