forked from pool/python-pip
This commit is contained in:
parent
d5fb211f8e
commit
68580b5c38
@ -76,7 +76,6 @@ BuildRequires: %{python_module pytest}
|
|||||||
BuildRequires: %{python_module scripttest}
|
BuildRequires: %{python_module scripttest}
|
||||||
BuildRequires: %{python_module setuptools-wheel}
|
BuildRequires: %{python_module setuptools-wheel}
|
||||||
BuildRequires: %{python_module virtualenv >= 1.10}
|
BuildRequires: %{python_module virtualenv >= 1.10}
|
||||||
BuildRequires: ca-certificates-mozilla
|
|
||||||
BuildRequires: git-core
|
BuildRequires: git-core
|
||||||
%endif
|
%endif
|
||||||
%python_subpackages
|
%python_subpackages
|
||||||
@ -99,8 +98,6 @@ the wheel needs to be used directly in test or install setups
|
|||||||
# Exception: Use our own cabundle. Adapted patch from python-certifi package
|
# Exception: Use our own cabundle. Adapted patch from python-certifi package
|
||||||
%autosetup -p1 -n pip-%{version}
|
%autosetup -p1 -n pip-%{version}
|
||||||
|
|
||||||
rm src/pip/_vendor/certifi/cacert.pem
|
|
||||||
|
|
||||||
%if %{with test}
|
%if %{with test}
|
||||||
mkdir -p tests/data/common_wheels
|
mkdir -p tests/data/common_wheels
|
||||||
%python_expand cp %{$python_sitelib}/../wheels/setuptools*.whl tests/data/common_wheels/
|
%python_expand cp %{$python_sitelib}/../wheels/setuptools*.whl tests/data/common_wheels/
|
||||||
|
Loading…
Reference in New Issue
Block a user