Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 934570 - dev-python/pluggy-1.5.0 lacks dependency on dev-python/semantic-version
Summary: dev-python/pluggy-1.5.0 lacks dependency on dev-python/semantic-version
Status: UNCONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-06-19 19:09 UTC by alex Mezey
Modified: 2024-06-21 14:02 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 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.