Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 258038 - dev-python/html5lib requires USE="xml" for dev-lang/python but it's not available in the ebuild
Summary: dev-python/html5lib requires USE="xml" for dev-lang/python but it's not avail...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High minor (vote)
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-02-07 16:11 UTC by pankkake
Modified: 2009-02-11 23:13 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 pankkake 2009-02-07 16:11:27 UTC
The USE="xml" flag is available only starting from dev-lang/python-2.5.4-r2
Which means if you only unmask html5lib, it will refuse to be installed, whereas it could work perfectly with the stable python package.

Solutions (they both suck):
 - remove the [xml] from the requirements
 - require >=dev-lang/python-2.5.4-r2[xml]
 - ???

Reproducible: Always
Comment 1 pankkake 2009-02-11 23:13:57 UTC
Stable python now has an xml USE flag.