Bug 2171205
| Summary: | Please branch and build python-pathable in epel9 | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Martin Wolf <mwolf> |
| Component: | python-pathable | Assignee: | Mattia Verga <mattia.verga> |
| Status: | CLOSED ERRATA | QA Contact: | |
| Severity: | medium | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | rawhide | CC: | mattia.verga |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | python-pathable-0.4.3-3.el9 | Doc Type: | --- |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2023-02-28 02:54:37 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: | |||
FEDORA-EPEL-2023-81864f0f98 has been submitted as an update to Fedora EPEL 9. https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2023-81864f0f98 FEDORA-EPEL-2023-81864f0f98 has been pushed to the Fedora EPEL 9 testing repository. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2023-81864f0f98 See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates. FEDORA-EPEL-2023-81864f0f98 has been pushed to the Fedora EPEL 9 stable repository. If problem still persists, please make note of it in this bug report. |
Please branch and build python-pathable in epel9. The build succeeds on EPEL 9 with the following change (as poetry is unavailable for EPEL 9, but python-poetry-core is - and does the trick here). %if 0%{?fedora} BuildRequires: poetry %endif %if 0%{?rhel} == 9 BuildRequires: python-poetry-core %endif alternatively: %if 0%{?fedora} BuildRequires: poetry %else BuildRequires: python-poetry-core %endif