Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 369671 - dev-python/pycairo-1.8.10 needs a dependency on dev-python/pygments
Summary: dev-python/pycairo-1.8.10 needs a dependency on dev-python/pygments
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-06-01 15:12 UTC by Philip White
Modified: 2011-06-05 22:56 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Philip White 2011-06-01 15:12:53 UTC
When dev-python/pygments is broken, installation of dev-python/pycairo dies like this:

 * Generation of documentation
Traceback (most recent call last):
  File "/usr/bin/sphinx-build-2.7", line 5, in <module>
    from pkg_resources import load_entry_point
  File "/usr/lib64/python2.7/site-packages/pkg_resources.py", line 2672, in <module>
    working_set.require(__requires__)
  File "/usr/lib64/python2.7/site-packages/pkg_resources.py", line 655, in require
    needed = self.resolve(parse_requirements(requirements))
  File "/usr/lib64/python2.7/site-packages/pkg_resources.py", line 553, in resolve
    raise DistributionNotFound(req)
pkg_resources.DistributionNotFound: Pygments>=0.8
 * ERROR: dev-python/pycairo-1.8.10 failed (compile phase):
 *   Generation of documentation failed

Re-emerging dev-python/pygments allows pycairo to emerge successfully.
Comment 1 Dirkjan Ochtman (RETIRED) gentoo-dev 2011-06-01 16:02:44 UTC
pycairo[doc] depends on sphinx, which in turn depends on pygments. These dependencies are already in place, so I suggest something is wrong with your system.
Comment 2 Arfrever Frehtes Taifersar Arahesis (RETIRED) gentoo-dev 2011-06-05 22:56:26 UTC
You probably forgot to run python-updater.