Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 432818 - net-misc/hotot should depend on dev-python/dbus-python
Summary: net-misc/hotot should depend on dev-python/dbus-python
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-08-26 07:36 UTC by tusooa
Modified: 2012-08-28 21:19 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 tusooa 2012-08-26 07:36:41 UTC
net-misc/hotot should depend on dev-python/dbus-python

Without dbus-python, hotot prints the followring error:
Traceback (most recent call last):
  File "/usr/bin/hotot", line 13, in <module>
    import hotot.hotot
  File "/usr/lib64/python2.7/site-packages/hotot/hotot.py", line 14, in <module>
    import dbus
ImportError: No module named dbus

After installing dbus-python, it works.
Comment 1 Patrick Lauer gentoo-dev 2012-08-27 08:29:53 UTC
+  27 Aug 2012; Patrick Lauer <patrick@gentoo.org> +hotot-0.9.8.7-r1.ebuild,
+  hotot-0.9.8.7.ebuild:
+  Fix dependencies #427294 #432818
Comment 2 David 2012-08-28 21:19:06 UTC
The dbus dependency should be under the gtk? conditional in the ebuild.