Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 456686

Summary: dev-python/oauth2-1.5.211 is missing the setuptools module dependency
Product: Gentoo Linux Reporter: niv <nivw2008>
Component: [OLD] LibraryAssignee: Python Gentoo Team <python>
Status: RESOLVED INVALID    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: ARM   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

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".