Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 197632 - dev-python/configobj should not depend on setuptools
Summary: dev-python/configobj should not depend on setuptools
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-10-31 13:41 UTC by Darren Dale
Modified: 2007-10-31 14:12 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 Darren Dale 2007-10-31 13:41:02 UTC
According to http://www.voidspace.org.uk/python/configobj.html#downloading, configobj does not have any external dependencies. It should not depend on setuptools.

I emerged config object without setuptools, it appears to work just fine. Here's a diff:

--- /usr/portage/dev-python/configobj/configobj-4.4.0-r1.ebuild 2007-07-05 16:36:15.000000000 -0400
+++ configobj-4.4.0-r1.ebuild   2007-10-31 09:40:00.000000000 -0400
@@ -15,14 +15,12 @@
 SLOT="0"
 IUSE="doc"

-DEPEND="dev-python/setuptools
-       app-arch/unzip"
+DEPEND="app-arch/unzip"
 RDEPEND=""

 src_unpack() {
        unpack ${A}
        cd ${S}
-       sed -i -e 's/distutils.core/setuptools/' setup.py || die 'sed failed'
 }

 src_test() {


Reproducible: Always
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2007-10-31 14:12:39 UTC
This was done intentionally, read the changelog before reporting bugs, please.