From 56376d1e5632b2ce84f4adee9b3e68d6acb9b120 Mon Sep 17 00:00:00 2001 From: Gwyn Ciesla Date: Wed, 15 Jan 2020 10:39:26 -0500 Subject: [PATCH] Drop tox BR for now. --- python-oauth2client.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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