Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 456686 - dev-python/oauth2-1.5.211 is missing the setuptools module dependency
Summary: dev-python/oauth2-1.5.211 is missing the setuptools module dependency
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: ARM Linux
: Normal normal (vote)
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-02-10 18:54 UTC by niv
Modified: 2013-02-10 20:00 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 niv 2013-02-10 18:54:51 UTC
emerge dev-python/oauth2
...
 * Building of dev-python/oauth2-1.5.211 with CPython 2.7...
python2.7 setup.py build -b build-2.7
Traceback (most recent call last):
  File "setup.py", line 2, in <module>
    from setuptools import setup, find_packages
ImportError: No module named setuptools


emerge -v dev-python/setuptools dev-python/oauth2 works fine
Comment 1 Mike Gilbert gentoo-dev 2013-02-10 20:00:09 UTC
It already has DEPEND="dev-python/setuptools".