Drop tox BR for now.

This commit is contained in:
Gwyn Ciesla 2020-01-15 10:39:26 -05:00
parent 5f4347c41c
commit 56376d1e56

View File

@ -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 <gwync@protonmail.com> - 4.1.3-9
- Don't BR tox if we don't run tests.
* Sat Oct 26 2019 Orion Poplawski <orion@nwra.com> - 4.1.3-8
- Drop py3dir
- Drop obsolete dependency on python-gflags