Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 473278 - dev-python/stevedore breaks w/ setuptools-0.7.x
Summary: dev-python/stevedore breaks w/ setuptools-0.7.x
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-06-14 15:57 UTC by Matthias Dahl
Modified: 2013-06-15 04:41 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 Matthias Dahl 2013-06-14 15:57:45 UTC
stevedore depends on distribute and thus fails to bootstrap distribute if setuptools >= 0.7 is installed since newer distribute versions exit with an error if such a version is found.

Unrelated but since virtualenvwrapper depends on stevedore (and is thus broken at runtime as well w/ setuptools >= 0.7): The same goes for virtualenvwrapper < 4.0 by the way.

dev-python/stevedore-0.9.1 has been released a short while ago which does no longer hard depend on distribute or try to bootstrap it. I have not tested it against virtualenvwrapper yet though.

Reproducible: Always
Comment 1 Ian Delaney (RETIRED) gentoo-dev 2013-06-14 17:23:12 UTC
  14 Jun 2013; Ian Delaney <idella4@gentoo.org> +stevedore-0.9.1.ebuild,
  stevedore-0.8-r1.ebuild:
  corrections to 0.8-r1 inc. setting of <setuptools-0.7, fixes Bug #473278, bump
Comment 2 Matthias Dahl 2013-06-15 04:41:32 UTC
Ian, thanks for your swift action. You can lift the <setuptools-0.7 requirement from stevedore-0.9.1 though because like I explained earlier, that version no longer depends on distribute (and tries to bootstrap it if not found) and works fine w/ setuptools >= 0.7 (just tested btw).