The regex was broken for two+ digit minor version.
Providing python(abi) = 3.10 confuses the dependency resolution in the
Python 3.10 testing copr.
E.g. python3-sphinx requires `python(abi) = 3.10` and `/usr/bin/python3`.
In certain circumstances, dnf installs python3 and python3.10 from rawhide,
satisfying both of the dependencies.
Running `sphinx-build` hence ends up with:
Traceback (most recent call last):
File "/usr/bin/sphinx-build", line 5, in <module>
from sphinx.cmd.build import main
ModuleNotFoundError: No module named 'sphinx'
|
||
|---|---|---|
| tests | ||
| .gitignore | ||
| 00001-rpath.patch | ||
| 00251-change-user-install-location.patch | ||
| 00328-pyc-timestamp-invalidation-mode.patch | ||
| check-pyc-timestamps.py | ||
| idle3.appdata.xml | ||
| idle3.desktop | ||
| pgp_keys.asc | ||
| python3.10.rpmlintrc | ||
| python3.10.spec | ||
| sources | ||