Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 299891 - media-sound/listen missing dev-python/dbus-python dep
Summary: media-sound/listen missing dev-python/dbus-python dep
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Sound Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-01-06 14:22 UTC by Paul Mulders
Modified: 2010-04-06 17:01 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 Paul Mulders 2010-01-06 14:22:08 UTC
python dbus module seems to be a requirement:

paul@hostname ~ $ listen 
No musicbrainz support (musicbrainz2 missing)
No dbus support
Traceback (most recent call last):
  File "listen", line 90, in <module>
    from option_parser import ListenOptionParser
  File "/usr/lib64/listen/option_parser.py", line 30, in <module>
    import dbus
ImportError: No module named dbus


Reproducible: Always

Steps to Reproduce:
1. emerge listen
2. start it from
3. see above error msg




works fine with dbus-python installed, so adding it in RDEPEND should fix this
Comment 1 Samuli Suominen (RETIRED) gentoo-dev 2010-04-06 17:01:25 UTC
+*listen-0.6.5 (06 Apr 2010)
+
+  06 Apr 2010; Samuli Suominen <ssuominen@gentoo.org> +listen-0.6.5.ebuild,
+  +files/listen-0.6.5-Makefile.patch:
+  Version bump and remove USE="hal" wrt #313399. Fix SRC_URI wrt #311065 by
+  Johann Schmitz. Missing dbus-python rdepend wrt #299891 by Paul Mulders.