Remove python_provide macro

This commit removes %python_provide macro which is now automatic, see:
https://lists.fedoraproject.org/archives/list/python-devel@lists.fedoraproject.org/message/SSJLPWSGFGPYRSHXQZDR7JNQXSDGGX3Z/
This is applicable only for F33 and higher.
This commit is contained in:
Tomas Hrnciar 2020-04-14 15:01:09 +02:00
parent f6c63603fb
commit db4c30e311
1 changed files with 0 additions and 1 deletions

View File

@ -197,7 +197,6 @@ Requires: python%{python3_pkgversion}-setuptools
# Virtual provides for the packages bundled by pip:
%{bundled 3}
%{?python_provide:%python_provide python%{python3_pkgversion}-%{srcname}}
Provides: pip = %{version}-%{release}
Conflicts: python-pip < %{version}-%{release}