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

Bug 934570

Summary: dev-python/pluggy-1.5.0 lacks dependency on dev-python/semantic-version
Product: Gentoo Linux Reporter: alex Mezey <gentoobugs>
Component: Current packagesAssignee: Python Gentoo Team <python>
Status: UNCONFIRMED ---    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description alex Mezey 2024-06-19 19:09:43 UTC
The ebuild lacks dependency to dev-python/semantic-version[${PYTHON_USEDEP}]



Reproducible: Always

Steps to Reproduce:
1.emerge pluggy without dev-python/semantic in the same python targets installed
2.
3.
Actual Results:  
The build fails without or with the insufficient python versions.
I set the use flags and
emerge -1 dev-python/semantic-version
to workaround. After that I compiled pluggy with success.

Expected Results:  
(re)build dev-python/semantic-version first and build successfully.