diff --git a/python-pip.spec b/python-pip.spec index e2c1e3f..5464dc5 100644 --- a/python-pip.spec +++ b/python-pip.spec @@ -1,5 +1,5 @@ %global with_python3 1 -%global build_wheel 1 +%global build_wheel 0 %global with_tests 0 %global srcname pip @@ -64,7 +64,7 @@ BuildRequires: python-virtualenv %endif %if 0%{?build_wheel} BuildRequires: python2-pip -BuildRequires: python-wheel +BuildRequires: python2-wheel %endif Requires: python-setuptools %{?python_provide:%python_provide python2-%{srcname}} @@ -230,6 +230,7 @@ py.test-%{python3_version} -m 'not network' - Enable EPEL Python 3 builds - Use new python macros - Cleanup spec +- Without wheel * Fri Aug 05 2016 Tomas Orsava - 8.1.2-4 - Updated the test sources