Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 311733 - dev-python/pyenchant does not need dev-python/setuptools as RDEPEND
Summary: dev-python/pyenchant does not need dev-python/setuptools as RDEPEND
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-03-28 11:25 UTC by Nikoli
Modified: 2010-03-28 13:49 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 Nikoli 2010-03-28 11:25:28 UTC
DEPEND=">=app-text/enchant-1.4.0
        >=dev-python/setuptools-0.6_alpha11"
RDEPEND="${DEPEND}

Reproducible: Always
Comment 1 Arfrever Frehtes Taifersar Arahesis (RETIRED) gentoo-dev 2010-03-28 13:49:18 UTC
enchant.utils imports pkg_resources module, which belongs to dev-python/setuptools.