Build without wheel

This commit is contained in:
Orion Poplawski 2016-11-21 11:41:10 -07:00
commit dc8ba54d85

View file

@ -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 <torsava@redhat.com> - 8.1.2-4
- Updated the test sources