Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 432232 - net-analyzer/nagstamon installs wrong version of dependency dev-python/beautifulsoup
Summary: net-analyzer/nagstamon installs wrong version of dependency dev-python/beauti...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: Normal normal (vote)
Assignee: Christian Ruppert (idl0r)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-08-21 18:57 UTC by Thomas Beinicke
Modified: 2012-08-21 21:24 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 Thomas Beinicke 2012-08-21 18:57:48 UTC
When emerging nagstamon, dev-python/beautifulsoup gets pulled in as dependency.
The problem is that the latest version gets installed which is slot dev-python/beautifulsoup:4 .
Nagstamon only runs with the slotted version "python-2" of  dev-python/beautifulsoup though.


Reproducible: Always



Expected Results:  
The ebuild should pull in the correct version of dev-python/beautifulsoup.

Ebuild change:

RDEPEND="dev-python/pygtk
    dev-python/lxml
    dev-python/beautifulsoup:python-2
    gnome? ( dev-python/egg-python )
    sound? ( media-sound/sox )"
Comment 1 Christian Ruppert (idl0r) gentoo-dev 2012-08-21 21:24:16 UTC
Fixed in CVS. Thanks!