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

Bug 710218

Summary: dev-libs/hyperscan: invalid use of python-r1
Product: Gentoo Linux Reporter: Michał Górny <mgorny>
Component: Current packagesAssignee: Christian Roessner <c>
Status: RESOLVED FIXED    
Severity: normal CC: arkamar, proxy-maint
Priority: Normal Keywords: PullRequest
Version: unspecified   
Hardware: All   
OS: Linux   
See Also: https://github.com/gentoo/gentoo/pull/14894
Whiteboard:
Package list:
Runtime testing required: ---

Description Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2020-02-19 20:14:58 UTC
The package inherits python-r1 but does not call any of its functions.  Whatever it's supposed to do, it isn't doing it.
Comment 1 Christian Roessner 2020-02-20 07:15:49 UTC
I am already aware of it and have removed Python completely from the ebuild. I will soon upload a fixed version.
Comment 2 Larry the Git Cow gentoo-dev 2020-04-04 07:39:14 UTC
The bug has been closed via the following commit(s):

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

commit 54defbd269995d139b5f27647a52b4c99e95964d
Author:     Petr Vaněk <arkamar@atlas.cz>
AuthorDate: 2020-03-09 09:08:43 +0000
Commit:     Joonas Niilola <juippis@gentoo.org>
CommitDate: 2020-04-04 07:38:58 +0000

    dev-libs/hyperscan: correct python dependencies
    
    Python is build time dependency only. It works perfectly with python3
    and there is no need to depend on Python2.
    
    Closes: https://bugs.gentoo.org/710218
    Package-Manager: Portage-2.3.89, Repoman-2.3.20
    Signed-off-by: Petr Vaněk <arkamar@atlas.cz>
    Signed-off-by: Joonas Niilola <juippis@gentoo.org>

 .../{hyperscan-5.2.1.ebuild => hyperscan-5.2.1-r1.ebuild}  | 14 ++++++++------
 1 file changed, 8 insertions(+), 6 deletions(-)