Bug 2319645
Summary: | python-colorclass fails to build with setuptools 74+ | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Miro Hrončok <mhroncok> |
Component: | python-colorclass | Assignee: | Michal Ambroz <rebus> |
Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | rawhide | CC: | rebus, rene.ribaud |
Target Milestone: | --- | Flags: | mhroncok:
needinfo?
|
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2024-11-01 11:21:43 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | |||
Bug Blocks: | 2319387 |
Description
Miro Hrončok
2024-10-18 10:09:25 UTC
I plan to update setuptools to 74.x in rawhide this week. At that point, this package will fail to build from source if not fixed. Thank you Miro for the heads-up, excellent work as always. I have tried to replace the "setup.py test" (empty non-working test) with the %py3_check_import colorclass to at least test the import of the module as basic test. Tried with the mock (thank you for the guide for the addrepo override) and it worked with setuptools74. |