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

Bug 197632

Summary: dev-python/configobj should not depend on setuptools
Product: Gentoo Linux Reporter: Darren Dale <dsdale24>
Component: Current packagesAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED WONTFIX    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

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.