Build without wheel
This commit is contained in:
parent
6190fb2229
commit
dc8ba54d85
1 changed files with 3 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue