diff --git a/python-oauth2client.spec b/python-oauth2client.spec index 8474e7c..8c612c5 100644 --- a/python-oauth2client.spec +++ b/python-oauth2client.spec @@ -5,7 +5,7 @@ Name: python-%{srcname} Version: 4.1.3 -Release: 8%{?dist} +Release: 9%{?dist} Summary: %{sum} License: ASL 2.0 @@ -16,7 +16,7 @@ Patch1: doc-fix.patch Patch2: keyring-remove.patch BuildArch: noarch -BuildRequires: %{_bindir}/tox +#BuildRequires: %{_bindir}/tox BuildRequires: python3-devel BuildRequires: python3-setuptools @@ -79,6 +79,9 @@ rm -r $(find %{_buildrootdir} -type d -name 'tests') || /bin/true %{python3_sitelib}/%{srcname}*.egg-info %changelog +* Wed Jan 15 2020 Gwyn Ciesla - 4.1.3-9 +- Don't BR tox if we don't run tests. + * Sat Oct 26 2019 Orion Poplawski - 4.1.3-8 - Drop py3dir - Drop obsolete dependency on python-gflags