diff --git a/python-pip.changes b/python-pip.changes index 1e30a11..699472e 100644 --- a/python-pip.changes +++ b/python-pip.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Mar 18 09:32:29 UTC 2022 - Ben Greiner + +- Update requirements: v22 is not compatible with Python 3.6 and + thus not suitable for SLE/Leap 15. + ------------------------------------------------------------------- Thu Mar 17 10:28:24 UTC 2022 - Matej Cepl diff --git a/python-pip.spec b/python-pip.spec index 948478b..b06bf81 100644 --- a/python-pip.spec +++ b/python-pip.spec @@ -22,7 +22,7 @@ %bcond_with libalternatives %endif -%{?!python_module:%define python_module() python-%{**} python3-%{**}} +%{?!python_module:%define python_module() python3-%{**}} %global flavor @BUILD_FLAVOR@%{nil} %if "%{flavor}" == "test" %define psuffix -test @@ -50,6 +50,7 @@ URL: http://www.pip-installer.org Source: https://github.com/pypa/pip/archive/%{version}.tar.gz#/pip-%{version}-gh.tar.gz # PATCH-FIX-OPENSUSE pip-shipped-requests-cabundle.patch -- adapted patch from python-certifi package Patch0: pip-shipped-requests-cabundle.patch +BuildRequires: %{python_module base >= 3.7} BuildRequires: %{python_module setuptools >= 40.8.0} BuildRequires: ca-certificates BuildRequires: fdupes