forked from pool/python-pip
Accepting request 962618 from home:bnavigator:branches:devel:languages:python
- Update requirements: v22 is not compatible with Python 3.6 and thus not suitable for SLE/Leap 15. OBS-URL: https://build.opensuse.org/request/show/962618 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pip?expand=0&rev=97
This commit is contained in:
parent
90461fc037
commit
875ceee46f
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 18 09:32:29 UTC 2022 - Ben Greiner <code@bnavigator.de>
|
||||
|
||||
- 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 <mcepl@suse.com>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user