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 fadc66ed51
commit 9f2f5ca1e1

@ -80,7 +80,7 @@ rm -rf html/.{doctrees,buildinfo}
%exclude %{python3_sitelib}/jaraco/__pycache__/__init__* %exclude %{python3_sitelib}/jaraco/__pycache__/__init__*
%{python3_sitelib}/jaraco/functools* %{python3_sitelib}/jaraco/functools*
%{python3_sitelib}/jaraco/__pycache__/functools* %{python3_sitelib}/jaraco/__pycache__/functools*
%{python3_sitelib}/jaraco.functools-%{version}-py?.?.egg-info %{python3_sitelib}/jaraco.functools-%{version}-py%{python3_version}.egg-info
%if %{with docs} %if %{with docs}
%files -n python-%{pkg_name}-doc %files -n python-%{pkg_name}-doc

Loading…
Cancel
Save