Remove test BuildRequires until tests are working

epel9
Troy Dawson 4 years ago
parent 3b41398289
commit e5ce6bf678

@ -4,7 +4,7 @@
Name: python-%{srcname} Name: python-%{srcname}
Version: 1.4.4 Version: 1.4.4
Release: 1%{?dist} Release: 2%{?dist}
Summary: Waitress WSGI server Summary: Waitress WSGI server
License: ZPLv2.1 License: ZPLv2.1
@ -37,8 +37,6 @@ It supports HTTP/1.0 and HTTP/1.1.
Summary: Waitress WSGI server Summary: Waitress WSGI server
BuildRequires: python3-devel BuildRequires: python3-devel
BuildRequires: python3-setuptools BuildRequires: python3-setuptools
BuildRequires: python3-nose
BuildRequires: python3-coverage
%description -n python3-%{srcname} %{_description} %description -n python3-%{srcname} %{_description}
@ -65,6 +63,9 @@ Python 3 version.
%{python3_sitelib}/%{srcname}-*.egg-info/ %{python3_sitelib}/%{srcname}-*.egg-info/
%changelog %changelog
* Fri Jan 15 2021 Troy Dawson <tdawson@redhat.com> - 1.4.4-2
- Remove test BuildRequires until tests are working
* Thu Sep 10 2020 Joel Capitao <jcapitao@redhat.com> - 1.4.4-1 * Thu Sep 10 2020 Joel Capitao <jcapitao@redhat.com> - 1.4.4-1
- Update to 1.4.4 - Update to 1.4.4

Loading…
Cancel
Save