14
0
forked from pool/python-pip

Accepting request 855619 from home:mcepl:branches:devel:tools:scm

- We don't need to break Python 2.7

OBS-URL: https://build.opensuse.org/request/show/855619
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pip?expand=0&rev=88
This commit is contained in:
2020-12-13 21:37:51 +00:00
committed by Git OBS Bridge
parent ab39133ac8
commit 7f7716d917
3 changed files with 390 additions and 77 deletions

View File

@@ -70,6 +70,9 @@ BuildRequires: %{python_module scripttest}
BuildRequires: %{python_module setuptools-wheel}
BuildRequires: %{python_module virtualenv >= 1.10}
BuildRequires: %{python_module wheel}
%if "%{python_flavor}" == "python2"
BuildRequires: %{python_module mock}
%endif
BuildRequires: ca-certificates
BuildRequires: git
BuildRequires: subversion