Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 531732 - app-accessibility/speech-dispatcher should depend on dev-python/pyxdg - spd-conf: ImportError: No module named 'xdg'
Summary: app-accessibility/speech-dispatcher should depend on dev-python/pyxdg - spd-c...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: William Hubbs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-12-05 09:02 UTC by Jeroen Roovers (RETIRED)
Modified: 2014-12-05 20:46 UTC (History)
2 users (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 Jeroen Roovers (RETIRED) gentoo-dev 2014-12-05 09:02:18 UTC
$ spd-conf --help
Traceback (most recent call last):
  File "/usr/lib/python-exec/python3.3/spd-conf", line 6, in <module>
    import speechd_config
  File "/usr/lib/python3.3/site-packages/speechd_config/__init__.py", line 17, in <module>
    from .config import *
  File "/usr/lib/python3.3/site-packages/speechd_config/config.py", line 29, in <module>
    from xdg import BaseDirectory
ImportError: No module named 'xdg'
Comment 1 Chris Brannon (RETIRED) gentoo-dev 2014-12-05 19:47:36 UTC
Fixed in 0.8.1-r1.
I'd really like to see 0.8.1 stable.  Does this fix need to go
through the whole 30-day process?  It's very trivial, and spd-conf is
sort of optional (since you can just edit the config file...)
Comment 2 Jeroen Roovers (RETIRED) gentoo-dev 2014-12-05 20:00:58 UTC
You didn't even need to do a revision here.
Comment 3 Jeroen Roovers (RETIRED) gentoo-dev 2014-12-05 20:01:50 UTC
(In reply to Jeroen Roovers from comment #2)
> You didn't even need to do a revision here.

Revision bump, I mean.
Comment 4 Chris Brannon (RETIRED) gentoo-dev 2014-12-05 20:46:36 UTC
Ok.  I was sure I needed a revbump, since I was modifying dependencies.
In any case, I removed 0.8.1-r1 and added pyxdg to 0.8-r2 (current stable)
and 0.8.1 (stable in progress).
The 0.7.x versions don't need it.