Summary: | dev-python/turbogears dependencies don't install egg-info with python 2.4 | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Santiago Gala <sgala> |
Component: | Current packages | Assignee: | Python Gentoo Team <python> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | High | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
Santiago Gala
2007-05-07 10:06:07 UTC
Could you maybe try to change the following in the turbogears ebuild: sed -i \ -e '/install_requires = \[.*\],/d' \ -e '/use_setuptools/d' \ setup.py || die "sed failed" to this: sed -i \ -e '/install_requires = \[.*\],/d' \ -e '/install_requires/, /],/d' \ -e '/use_setuptools/d' \ setup.py || die "sed failed" and tell me whether it works? Thanks. Fixed in CVS, thanks Santiago. |