From 159feb818ec9d3b7633cf78300b4b6bd1b8352a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Wed, 8 Jul 2020 11:07:20 +0200 Subject: [PATCH] Cleanup explicit conflicts with old RPM macros --- python-pip.spec | 6 ------ 1 file changed, 6 deletions(-) diff --git a/python-pip.spec b/python-pip.spec index 22a7c02..2f48fa6 100644 --- a/python-pip.spec +++ b/python-pip.spec @@ -208,12 +208,6 @@ Recommends: python%{python3_pkgversion}-setuptools Provides: pip = %{version}-%{release} Conflicts: python-pip < %{version}-%{release} -# %%pyX_install_wheel and %%pyproject_install was adapted to workaround PEP 610 handling in pip 20.1+ -# (This explicit conflict can be removed after we update to Python 3.9) -Conflicts: python-rpm-macros < 3.8-4 -Conflicts: python3-rpm-macros < 3.8-4 -Conflicts: pyproject-rpm-macros < 0-15 - %{crypt_compat_recommends 3} %description -n python%{python3_pkgversion}-%{srcname}