Add explicit dependency on pip for tests
This commit is contained in:
parent
35eb21a12d
commit
63cc681fbe
@ -1,5 +1,7 @@
|
|||||||
%global srcname setuptools
|
%global srcname setuptools
|
||||||
|
|
||||||
|
# WARNING When bootstrapping, disable tests as well,
|
||||||
|
# because tests need pip.
|
||||||
# Bootstrapping does not affect the platform-python-setuptools subpackage
|
# Bootstrapping does not affect the platform-python-setuptools subpackage
|
||||||
%bcond_with bootstrap
|
%bcond_with bootstrap
|
||||||
%bcond_without tests
|
%bcond_without tests
|
||||||
@ -51,6 +53,7 @@ BuildRequires: python2-pip
|
|||||||
BuildRequires: python2-wheel
|
BuildRequires: python2-wheel
|
||||||
%endif # without bootstrap
|
%endif # without bootstrap
|
||||||
%if %{with test}
|
%if %{with test}
|
||||||
|
BuildRequires: python2-pip
|
||||||
BuildRequires: python2-pytest
|
BuildRequires: python2-pytest
|
||||||
BuildRequires: python2-mock
|
BuildRequires: python2-mock
|
||||||
BuildRequires: python2-backports-unittest_mock
|
BuildRequires: python2-backports-unittest_mock
|
||||||
@ -60,6 +63,7 @@ BuildRequires: python2-backports-unittest_mock
|
|||||||
%if %{with python3}
|
%if %{with python3}
|
||||||
BuildRequires: python3-devel
|
BuildRequires: python3-devel
|
||||||
%if %{with tests}
|
%if %{with tests}
|
||||||
|
BuildRequires: python3-pip
|
||||||
BuildRequires: python3-pytest
|
BuildRequires: python3-pytest
|
||||||
BuildRequires: python3-mock
|
BuildRequires: python3-mock
|
||||||
%endif # with tests
|
%endif # with tests
|
||||||
|
Loading…
Reference in New Issue
Block a user