require at least python-virtualenv >= 1.11.2
This commit is contained in:
parent
35b18681fd
commit
06bc4807a8
1 changed files with 6 additions and 3 deletions
|
|
@ -12,7 +12,7 @@
|
|||
%global pypiname tox
|
||||
Name: python-tox
|
||||
Version: 1.7.1
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: Virtualenv-based automation of test activities
|
||||
|
||||
# file toxbootstrap.py is licensed under MIT License
|
||||
|
|
@ -24,12 +24,12 @@ BuildArch: noarch
|
|||
BuildRequires: python2-devel
|
||||
BuildRequires: python-setuptools
|
||||
Requires: python-py
|
||||
Requires: python-virtualenv
|
||||
Requires: python-virtualenv >= 1.11.2
|
||||
# required for check
|
||||
%if 0%{?fedora}
|
||||
BuildRequires: python-py
|
||||
BuildRequires: pytest
|
||||
BuildRequires: python-virtualenv
|
||||
BuildRequires: python-virtualenv >= 1.11.2
|
||||
%endif
|
||||
|
||||
%description
|
||||
|
|
@ -120,6 +120,9 @@ TOXENV=py27 %{__python} setup.py test
|
|||
|
||||
|
||||
%changelog
|
||||
* Wed Jul 30 2014 Matthias Runge <mrunge@redhat.com> - 1.7.1-2
|
||||
- require virtualenv >= 1.11.2 (rhbz#1122603)
|
||||
|
||||
* Tue Jul 08 2014 Matthias Runge <mrunge@redhat.com> - 1.7.1-1
|
||||
- update to 1.7.1 (rhbz#111797)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue