Bug 2244862
| Summary: | Failure to build python-torch | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Tom Rix <trix> |
| Component: | pyproject-rpm-macros | Assignee: | Miro Hrončok <mhroncok> |
| Status: | CLOSED NOTABUG | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | medium | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | rawhide | CC: | maxwell, mhroncok, pviktori, python-packagers-sig |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2023-10-18 16:48:56 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: | |||
|
Description
Tom Rix
2023-10-18 15:50:38 UTC
Using %pyproject_wheel without %pyproject_buildrequires is not supported. If you do that, you need to specify all build dependencies (including pip) manually. And you need to be prepared that they might change in the future. Let me figure out why you think %pyproject_buildrequires is broken in bz2242971. the %project_buildrequires could not resolve python-cmake,ninja the ones it could have been added manually |