Bug 2171205 - Please branch and build python-pathable in epel9
Summary: Please branch and build python-pathable in epel9
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: python-pathable
Version: rawhide
Hardware: All
OS: Linux
unspecified
medium
Target Milestone: ---
Assignee: Mattia Verga
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2023-02-19 02:10 UTC by Martin Wolf
Modified: 2023-02-28 02:54 UTC (History)
1 user (show)

Fixed In Version: python-pathable-0.4.3-3.el9
Doc Type: ---
Doc Text:
Clone Of:
Environment:
Last Closed: 2023-02-28 02:54:37 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Martin Wolf 2023-02-19 02:10:06 UTC
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

Comment 1 Fedora Update System 2023-02-19 08:14:38 UTC
FEDORA-EPEL-2023-81864f0f98 has been submitted as an update to Fedora EPEL 9. https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2023-81864f0f98

Comment 2 Fedora Update System 2023-02-20 01:39:20 UTC
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.

Comment 3 Fedora Update System 2023-02-28 02:54:37 UTC
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.


Note You need to log in before you can comment on or make changes to this bug.