Bootstrap: Don't provide python3dist(setuptools) when %{python3_pkgversion} isn't 3
This commit is contained in:
parent
61c2048eea
commit
eaf59855dd
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user