Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 185520 - media-sound/exaile can use python2.5's elementtree
Summary: media-sound/exaile can use python2.5's elementtree
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High minor (vote)
Assignee: Samuli Suominen (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-07-16 13:00 UTC by Santiago M. Mola (RETIRED)
Modified: 2007-07-16 13:13 UTC (History)
1 user (show)

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 Santiago M. Mola (RETIRED) gentoo-dev 2007-07-16 13:00:25 UTC
>=media-sound/exaile-0.2.9 tries to  use Python 2.5's elementtree first, if not found then it uses stand-alone elementtree.

So elementtree dep should be changed to
|| ( >=dev-lang/python-2.5 dev-python/elementtree )

Reproducible: Always
Comment 1 Samuli Suominen (RETIRED) gentoo-dev 2007-07-16 13:13:18 UTC
(In reply to comment #0)
> >=media-sound/exaile-0.2.9 tries to  use Python 2.5's elementtree first, if not > found then it uses stand-alone elementtree.

Seems so. Using python 2.5 myself too.

Fixed, thanks.