Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 670984

Summary: app-accessibility/speech-dispatcher: Incorrect dependency on dev-python/pyxdg
Product: Gentoo Linux Reporter: Arfrever Frehtes Taifersar Arahesis <arfrever.fta>
Component: Current packagesAssignee: William Hubbs <williamh>
Status: RESOLVED FIXED    
Severity: normal CC: accessibility, sound
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: All   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: Patch

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(-)