Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 670984 - app-accessibility/speech-dispatcher: Incorrect dependency on dev-python/pyxdg
Summary: app-accessibility/speech-dispatcher: Incorrect dependency on dev-python/pyxdg
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All All
: Normal normal
Assignee: William Hubbs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-11-12 08:27 UTC by Arfrever Frehtes Taifersar Arahesis
Modified: 2018-11-16 20:25 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
Patch (speech-dispatcher.patch,2.08 KB, patch)
2018-11-12 08:43 UTC, Arfrever Frehtes Taifersar Arahesis
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Arfrever Frehtes Taifersar Arahesis 2018-11-12 08:27:20 UTC
All ebuilds have:
RDEPEND="${COMMON_DEPEND}
        dev-python/pyxdg"

There are 2 wrong things:

1. app-accessibility/speech-dispatcher with USE="-python" does not install any file using dev-python/pyxdg (which only provides xdg Python module and no scripts).

2. app-accessibility/speech-dispatcher with USE="python" installs /usr/lib/pythonX.Y/site-packages/speechd_config/config.py which uses dev-python/pyxdg ('from xdg import BaseDirectory'). This means that dev-python/pyxdg is required for the matching Python versions.
Comment 1 Arfrever Frehtes Taifersar Arahesis 2018-11-12 08:43:08 UTC
Created attachment 554956 [details, diff]
Patch
Comment 2 Larry the Git Cow gentoo-dev 2018-11-16 20:25:09 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99b45c15a8fb13ce4bf1b0f606b1ec9071c57e4d

commit 99b45c15a8fb13ce4bf1b0f606b1ec9071c57e4d
Author:     Arfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org>
AuthorDate: 2018-11-12 08:37:55 +0000
Commit:     Mike Gilbert <floppym@gentoo.org>
CommitDate: 2018-11-16 20:24:41 +0000

    app-accessibility/speech-dispatcher: Fix dependency on dev-python/pyxdg.
    
    Fixes: https://bugs.gentoo.org/670984
    Signed-off-by: Arfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org>
    Signed-off-by: Mike Gilbert <floppym@gentoo.org>

 app-accessibility/speech-dispatcher/speech-dispatcher-0.8.1.ebuild | 6 +++---
 app-accessibility/speech-dispatcher/speech-dispatcher-0.8.7.ebuild | 4 ++--
 2 files changed, 5 insertions(+), 5 deletions(-)