Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 258138 - app-admin/smolt-1.2: Missing dependency on dev-python/dbus-python
Summary: app-admin/smolt-1.2: Missing dependency on dev-python/dbus-python
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High minor (vote)
Assignee: Thilo Bangert (RETIRED) (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-02-08 15:17 UTC by Pierre-Yves AILLET
Modified: 2009-02-08 16:00 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 Pierre-Yves AILLET 2009-02-08 15:17:09 UTC
It seems smolt is missing a runtime dependency on dev-python/dbus-python.

I emerged it without use gtk, and when I try to launch smoltSendProfile I get:
Traceback (most recent call last):
  File "/usr/bin/smoltSendProfile", line 32, in <module>
    import smolt
  File "///usr/share/smolt/client/smolt.py", line 35, in <module>
    import dbus
ImportError: No module named dbus


Reproducible: Always

Steps to Reproduce:
1. Having a system without dbus-python
2. emerge smolt
3. Launch smoltSendProfile and watch it fail on import dbus
Comment 1 Thilo Bangert (RETIRED) (RETIRED) gentoo-dev 2009-02-08 16:00:23 UTC
fixed in cvs. thanks for the report.