Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 429986 - media-radio/radiotray-0.7.2 should DEPEND on dev-pyhon/pyxdg
Summary: media-radio/radiotray-0.7.2 should DEPEND on dev-pyhon/pyxdg
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Markos Chandras (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-08-05 10:53 UTC by Paweł Rumian
Modified: 2012-08-05 18:42 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 Paweł Rumian 2012-08-05 10:53:04 UTC
When building radiotray without pyxdg installed it fails with:

>>> Compiling source in /var/tmp/portage/media-radio/radiotray-0.7.2/work/radiotray-0.7.2 ...
python2.7 setup.py build
Traceback (most recent call last):
  File "setup.py", line 16, in <module>
    from src.lib.common import APPNAME, APPVERSION
  File "/var/tmp/portage/media-radio/radiotray-0.7.2/work/radiotray-0.7.2/src/lib/common.py", line 5, in <module>
    from xdg.BaseDirectory import xdg_data_home
ImportError: No module named xdg.BaseDirectory
 * ERROR: media-radio/radiotray-0.7.2 failed (compile phase):
 *   Building failed

After emerging pyxdg, radiotray builds fine.
Comment 1 Jeroen Roovers (RETIRED) gentoo-dev 2012-08-05 11:53:07 UTC
It has the RDEPEND but not the DEPEND on dev-python/pyxdg.
Comment 2 Markos Chandras (RETIRED) gentoo-dev 2012-08-05 18:42:07 UTC
Fixed. Thanks