Fix tox dependency

Merges #2
This commit is contained in:
Robbie Harwood 2018-05-08 14:43:29 +00:00
parent 5e2d6bb185
commit 6b38018670

View File

@ -5,7 +5,7 @@
Name: python-gssapi Name: python-gssapi
Version: 1.5.0 Version: 1.5.0
Release: 1%{?dist} Release: 2%{?dist}
Summary: Python Bindings for GSSAPI (RFC 2743/2744 and extensions) Summary: Python Bindings for GSSAPI (RFC 2743/2744 and extensions)
License: ISC License: ISC
@ -19,13 +19,13 @@ BuildRequires: krb5-devel >= 1.10
BuildRequires: krb5-libs >= 1.10 BuildRequires: krb5-libs >= 1.10
BuildRequires: python2-Cython >= 0.21 BuildRequires: python2-Cython >= 0.21
BuildRequires: python2-setuptools BuildRequires: python2-setuptools
BuildRequires: python2-tox
BuildRequires: gcc BuildRequires: gcc
# For autosetup # For autosetup
BuildRequires: git BuildRequires: git
%if 0%{?run_tests} %if 0%{?run_tests}
BuildRequires: %{_bindir}/tox
BuildRequires: python2-nose BuildRequires: python2-nose
BuildRequires: python2-nose-parameterized BuildRequires: python2-nose-parameterized
BuildRequires: python-shouldbe BuildRequires: python-shouldbe
@ -142,6 +142,9 @@ popd
%changelog %changelog
* Tue May 08 2018 Robbie Harwood <rharwood@redhat.com> - 1.5.0-2
- Fix tox dependency
* Fri Apr 06 2018 Robbie Harwood <rharwood@redhat.com> - 1.5.0-1 * Fri Apr 06 2018 Robbie Harwood <rharwood@redhat.com> - 1.5.0-1
- Prepare for release 1.5.0 - Prepare for release 1.5.0