Replace Python version glob with macro (needed for Python 3.10+)

See https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org/thread/PQIGCQCRNBYNXBX2ICWEM3PLDLNOG2ZT/

Co-authored-by: Tomas Hrnciar <thrnciar@redhat.com>
epel9
Miro Hrončok 5 years ago
parent e63555d945
commit 9d2a4a7205

@ -80,7 +80,7 @@ LANG=C.utf-8 %{__python3} -m pytest --ignore=build
%exclude %{python3_sitelib}/jaraco/__init__*
%exclude %{python3_sitelib}/jaraco/__pycache__/__init__*
%{python3_sitelib}/jaraco
%{python3_sitelib}/jaraco.classes-%{version}-py?.?.egg-info
%{python3_sitelib}/jaraco.classes-%{version}-py%{python3_version}.egg-info
%if %{with docs}
%files -n python-%{pkg_name}-doc

Loading…
Cancel
Save