Bug 2351308
| Summary: | Please branch and build python-flit-core in epel10 | ||
|---|---|---|---|
| Product: | [Fedora] Fedora EPEL | Reporter: | Göran Uddeborg <goeran> |
| Component: | python-flit-core | Assignee: | Maxwell G <maxwell> |
| Status: | CLOSED CANTFIX | QA Contact: | |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | epel10 | CC: | code, epel-packagers-sig, maxwell, mhroncok, python-packagers-sig |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | --- | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2025-03-11 09:57:55 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: | 2345927 | ||
|
Description
Göran Uddeborg
2025-03-11 09:47:53 UTC
python3-flit-core is included in the RHEL 10 CRB repository I see, thanks. Are there instructions anywhere how to enable that repository in an EPEL (mock)build? It is enabled. The problem you see is that the RHEL version is 3.9 but jeepney requires > 3.11 (In reply to Miro Hrončok from comment #3) > It is enabled. > > The problem you see is that the RHEL version is 3.9 but jeepney requires > > 3.11 That was a recent change in jeepney upstream, released in 0.9. https://gitlab.com/takluyver/jeepney/-/commit/7a29c4757a742fcd8db36d6e0cff04f7f10e65d3 You could base an EPEL10 branch of python-jeepney on the current F42, https://src.fedoraproject.org/fork/music/rpms/python-jeepney/c/7f11ae8d3ca46c1e1754d081071d7de2cf544a26, although you would then need python-async-timeout (in addition to python-pytest-trio, bug 2345503). This works; I tried it locally. You could also base an EPEL10 branch of python-jeepney on the current Rawhide, if you add a patch reverting the upstream commit linked above. You would then also need dbus-test-runner, or you would need to revert https://src.fedoraproject.org/fork/music/rpms/python-jeepney/c/013e00517f242739b1d359b307d82524a1d2b500 for EPEL10. Again, I tested both approaches locally. |