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

Bug 251209

Summary: dev-python/simplejson-1.7.1 ebuild needs dev-python/setuptools dependency added
Product: Gentoo Linux Reporter: Andrew Wilcox <gentoo>
Component: New packagesAssignee: Python Gentoo Team <python>
Status: RESOLVED INVALID    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Andrew Wilcox 2008-12-16 17:49:38 UTC
# emerge simplejson
[. . .]
>>> Compiling source in /var/tmp/portage/dev-python/simplejson-1.7.1/work/simplejson-1.7.1 ...
Traceback (most recent call last):
  File "setup.py", line 6, in <module>
    from setuptools import setup, find_packages, Extension, Feature
ImportError: No module named setuptools


Emerges fine if setuptools is emerged first.

Reproducible: Always

Steps to Reproduce:
Comment 1 Patrick Lauer gentoo-dev 2009-02-03 22:40:48 UTC
DEPEND="test? ( dev-python/nose )
        dev-python/setuptools"
RDEPEND=""


The current ebuild already does that :)
Closing.