Version 3.9 of the Python interpreter
For unknown reason, packages from required_packages were installed in seemingly arbitrary order.
This lead to errors like:
No match for argument: tox
As tox was trying to be installed before epel.
Or:
Problem: conflicting requests
- nothing provides epel-release = 9-10.el9 needed by epel-next-release-9-10.el9.noarch from @commandline
As epel-next-release was trying to be installed before epel.
Let's prefix everything with epel installation. One by one, in the required order.
Related: RHEL-167919, RHEL-168161
|
||
|---|---|---|
| tests | ||
| .gitignore | ||
| 00001-rpath.patch | ||
| 00111-no-static-lib.patch | ||
| 00189-use-rpm-wheels.patch | ||
| 00251-change-user-install-location.patch | ||
| 00328-pyc-timestamp-invalidation-mode.patch | ||
| 00329-fips.patch | ||
| 00353-architecture-names-upstream-downstream.patch | ||
| 00397-tarfile-filter.patch | ||
| 00415-cve-2023-27043-gh-102988-reject-malformed-addresses-in-email-parseaddr-111116.patch | ||
| 00422-fix-tests-for-xmlpullparser-with-expat-2-6-0.patch | ||
| 00471-cve-2025-12084.patch | ||
| 00473-cve-2026-0865.patch | ||
| 00474-cve-2025-15366.patch | ||
| 00475-cve-2025-15367.patch | ||
| 00476-cve-2026-1299.patch | ||
| 00478-cve-2026-4519.patch | ||
| 00480-cve-2026-4786.patch | ||
| 00482-cve-2026-6100.patch | ||
| check-pyc-timestamps.py | ||
| gating.yaml | ||
| idle3.appdata.xml | ||
| idle3.desktop | ||
| pubkeys.txt | ||
| python3.9.rpmlintrc | ||
| python3.9.spec | ||
| rpminspect.yaml | ||
| sources | ||