Bootstrap: Don't provide python3dist(setuptools) when %{python3_pkgversion} isn't 3

This commit is contained in:
Miro Hrončok 2020-12-29 14:21:09 +01:00
parent 61c2048eea
commit eaf59855dd

View File

@ -85,7 +85,7 @@ Summary: Easily build and distribute Python 3 packages
%{bundled}
%if %{with bootstrap}
Provides: python3dist(setuptools) = %{version}
Provides: python%{python3_pkgversion}dist(setuptools) = %{version}
Provides: python%{python3_version}dist(setuptools) = %{version}
%endif