Drop useless-provides %python_provide

We are not merging this to Fedora 32 at this point, as we need the version
there to support Python 2 (it is used in python27's ensurepip).
This commit is contained in:
Miro Hrončok 2020-04-30 12:06:44 +02:00
parent e69d8c0036
commit a2a20a0d96

View File

@ -68,7 +68,6 @@ Provides: bundled(python3dist(ordered-set)) = 3.1.1
%package -n python3-setuptools
Summary: Easily build and distribute Python 3 packages
Conflicts: python-setuptools < %{version}-%{release}
%{?python_provide:%python_provide python3-setuptools}
%{bundled}
%if %{with bootstrap}