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

Bug 773250

Summary: app-misc/goobook-3.5.1: missing dependency on dev-python/xdg
Product: Gentoo Linux Reporter: Jakov Smolić <jsmolic>
Component: Current packagesAssignee: Kalin KOZHUHAROV <kalin>
Status: RESOLVED FIXED    
Severity: normal CC: proxy-maint
Priority: Normal Keywords: PullRequest
Version: unspecified   
Hardware: All   
OS: Linux   
See Also: https://github.com/gentoo/gentoo/pull/19683
Whiteboard:
Package list:
Runtime testing required: ---

Description Jakov Smolić archtester gentoo-dev 2021-02-27 09:35:48 UTC
pkg_resources.DistributionNotFound: The 'xdg>=4.0.1' distribution was not found and is required by goobook
Comment 1 Larry the Git Cow gentoo-dev 2021-02-28 09:27:57 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=874b945d5c34ad413e5f722424f49c8bd1b979d1

commit 874b945d5c34ad413e5f722424f49c8bd1b979d1
Author:     Jakov Smolic <jakov.smolic@sartura.hr>
AuthorDate: 2021-02-28 09:27:39 +0000
Commit:     David Seifert <soap@gentoo.org>
CommitDate: 2021-02-28 09:27:39 +0000

    app-misc/goobook: Add missing dev-python/xdg dep
    
    Closes: https://github.com/gentoo/gentoo/pull/19683
    Closes: https://bugs.gentoo.org/773250
    Signed-off-by: Jakov Smolic <jakov.smolic@sartura.hr>
    Signed-off-by: David Seifert <soap@gentoo.org>

 app-misc/goobook/{goobook-3.5.1.ebuild => goobook-3.5.1-r1.ebuild} | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Additionally, it has been referenced in the following commit(s):

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

commit ec943e73f3532e70f9ada1933b417deaba06d7f8
Author:     Jakov Smolic <jakov.smolic@sartura.hr>
AuthorDate: 2021-02-28 09:27:36 +0000
Commit:     David Seifert <soap@gentoo.org>
CommitDate: 2021-02-28 09:27:36 +0000

    dev-python/xdg: Python implementation of the XDG Base Directory Specification
    
    * New dependency of app-misc/goobook
    
    Bug: https://bugs.gentoo.org/773250
    Signed-off-by: Jakov Smolic <jakov.smolic@sartura.hr>
    Signed-off-by: David Seifert <soap@gentoo.org>

 dev-python/xdg/Manifest         |  1 +
 dev-python/xdg/metadata.xml     | 17 +++++++++++++++++
 dev-python/xdg/xdg-5.0.1.ebuild | 15 +++++++++++++++
 3 files changed, 33 insertions(+)