Please branch and build python-flit-core in epel10. It is required by python-jeepney.
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.