-
Bug
-
Resolution: Done
-
Normal
-
None
-
CentOS Stream 10, rhel-10.0, rhel-10.1
-
None
-
No
-
None
-
rhel-cloud-exp
-
0
-
False
-
False
-
-
None
-
None
-
None
-
None
-
Unspecified
-
Unspecified
-
Unspecified
-
Unspecified
-
None
What were you trying to do that didn't work?
I was trying to build an EPEL10 package (python-tox-uv) that depended indirectly on python3-colorama via tox. This failed on an s390x builder because no python3-colorama package was available. From https://tiny.distro.builders/view-rpm--view-c10s--python3-colorama.html, I see that it is in AppStream for x86_64 and aarch64, c10s-build (not usable for EPEL) for ppc64le, and nowhere for s390x.
What is the impact of this issue to you?
EPEL10 packages that have python3-colorama in their dependency tree, such as tox, cannot be built or installed on s390x or ppc64le.
Please provide the package NVR for which the bug is seen:
python3-colorama-0.4.6-13.el10
How reproducible is this bug?:
100%
Steps to reproduce
- mock -r epel-10-x86_64 -i python3-colorama
- mock -r epel-10-aarch64 -i python3-colorama
- mock -r epel-10-ppc64le -i python3-colorama
- mock -r epel-10-s390x -i python3-colorama
Expected results
Installing python3-colorama succeeds on all supported architectures.
Actual results
Installing python3-colorama succeeds on x86_64 and aarch64, but fails on s390x and ppc64le with “Error: Unable to find a match: python3-colorama.”
- duplicates
-
RHEL-96267 python-colorama only available on x86_64 and aarch64
-
- In Progress
-