Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 616060 - dev-libs/beignet: uses python-any-r1 but has RDEP on Python
Summary: dev-libs/beignet: uses python-any-r1 but has RDEP on Python
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Marek Szuba
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-04-19 22:10 UTC by Michał Górny
Modified: 2017-04-20 11:15 UTC (History)
0 users

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 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2017-04-19 22:10:42 UTC
The python-any-r1 eclass is meant to be used for packages that have build-time dependency on Python. The generated || dependency (and lack of explanatory USE flags) is not appropriate for packages that require Python at runtime.

Please fix the package to use python-single-r1. While at it, please remember to include PYTHON_REQUIRED_USE in REQUIRED_USE.
Comment 1 Marek Szuba archtester gentoo-dev 2017-04-20 11:15:09 UTC
Removed PYTHON_DEPS from RDEPEND instead, as Beignet only needs Python at compile time.