From a2a20a0d96c09c539bad659d3d296f41c1ecca14 Mon Sep 17 00:00:00 2001 From: Miro HronĨok Date: Apr 30 2020 10:06:44 +0000 Subject: 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). --- diff --git a/python-setuptools.spec b/python-setuptools.spec index 5c72863..5c4cf74 100644 --- a/python-setuptools.spec +++ b/python-setuptools.spec @@ -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}