Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 273875 - dev-python/pytools should have dependency for dev-python/setuptools
Summary: dev-python/pytools should have dependency for dev-python/setuptools
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Michal Januszewski (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-06-12 14:32 UTC by Craig Finch
Modified: 2009-06-12 20:02 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 Craig Finch 2009-06-12 14:32:38 UTC
"emerge pytools" fails because it cannot import module setuptools:
Traceback (most recent call last):
  File "setup.py", line 8, in <module>
    from setuptools import setup
ImportError: No module named setuptools

After running "emerge setuptools","emerge pytools" is successful.  Please add a dependency for setuptools. Thanks!

Reproducible: Always
Comment 1 Michal Januszewski (RETIRED) gentoo-dev 2009-06-12 20:02:32 UTC
Fixed in CVS.  Thanks!