Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 251209 - dev-python/simplejson-1.7.1 ebuild needs dev-python/setuptools dependency added
Summary: dev-python/simplejson-1.7.1 ebuild needs dev-python/setuptools dependency added
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-12-16 17:49 UTC by Andrew Wilcox
Modified: 2009-02-03 22:40 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 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.