Bug 2097113
| Summary: | python-cppy fails to build with the latest setuptools version | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Charalampos Stratakis <cstratak> |
| Component: | python-cppy | Assignee: | Elliott Sales de Andrade <quantum.analyst> |
| Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | rawhide | CC: | quantum.analyst |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | python-cppy-1.2.1-1.fc37 | Doc Type: | If docs needed, set a value |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2022-06-27 21:42:15 UTC | Type: | Bug |
| 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: | 2064842 | ||
|
Description
Charalampos Stratakis
2022-06-14 21:52:26 UTC
The problem here is a missing dynamic=["version"] in the pyproject.toml file. See also https://github.com/pypa/setuptools/issues/3199 However the upstream project has fixed it on its latest version but it requires setuptools >= 62.1: https://github.com/nucleic/cppy/commit/d20920b129d123211531c9f63ea717da433a67ea PR: https://src.fedoraproject.org/rpms/python-cppy/pull-request/1 |