Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 194030 - media-sound/exaile should allways depend on dev-python/pysqlite
Summary: media-sound/exaile should allways depend on dev-python/pysqlite
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-09-27 18:49 UTC by Marcus Beyer
Modified: 2007-09-27 19:11 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 Marcus Beyer 2007-09-27 18:49:53 UTC
media-sound/exaile requires dev-python/pysqlite to be installed. the ebuild states that dev-python/pysqlite is only required if dev-python/pygtk is not installed. however, dev-python/pygtk does not garantee an installation of dev-python/pysqlite. therefor, media-sound/exaile should have a hard dependency on dev-python/pysqlite.

Reproducible: Always

Steps to Reproduce:
1.emerge dev-python/pygtk dev-python/pysqlite media-sound/exaile
2.emerge --depclean
3.exaile

Actual Results:  
emerge --depclean removed dev-python/pysqlite and exaile wont run

Expected Results:  
depclean should not remove dev-python/pysqlite
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2007-09-27 19:11:17 UTC
(In reply to comment #0)
> the ebuild states that dev-python/pysqlite is only required if dev-python/pygtk > is not installed.

No, it doesn't. It states that you need either >=python-2.5 or pysqlite and there's nothing wrong with that.