Remove test BuildRequires until tests are working
This commit is contained in:
parent
3b41398289
commit
e5ce6bf678
1 changed files with 4 additions and 3 deletions
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
Name: python-%{srcname}
|
||||
Version: 1.4.4
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: Waitress WSGI server
|
||||
|
||||
License: ZPLv2.1
|
||||
|
|
@ -37,8 +37,6 @@ It supports HTTP/1.0 and HTTP/1.1.
|
|||
Summary: Waitress WSGI server
|
||||
BuildRequires: python3-devel
|
||||
BuildRequires: python3-setuptools
|
||||
BuildRequires: python3-nose
|
||||
BuildRequires: python3-coverage
|
||||
|
||||
%description -n python3-%{srcname} %{_description}
|
||||
|
||||
|
|
@ -65,6 +63,9 @@ Python 3 version.
|
|||
%{python3_sitelib}/%{srcname}-*.egg-info/
|
||||
|
||||
%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
|
||||
- Update to 1.4.4
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue