From 5ee080aad8be070a6a44a25a9dd376f3e5670fba Mon Sep 17 00:00:00 2001 From: fuyh2020 Date: Fri, 20 May 2022 02:25:43 +0000 Subject: [PATCH] remove some unnecessary buildrequirements --- python-waitress.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python-waitress.spec b/python-waitress.spec index 01f9923..3bdb744 100644 --- a/python-waitress.spec +++ b/python-waitress.spec @@ -2,7 +2,7 @@ Name: python-waitress Version: 2.0.0 -Release: 1 +Release: 2 Summary: A WSGI server for Python 2 and 3 License: ZPLv2.1 URL: https://github.com/Pylons/waitress @@ -19,7 +19,7 @@ on PyPy 1.6.0+ on UNIX. It supports HTTP/1.0 and HTTP/1.1. %package -n python3-waitress %{?python_provide:%python_provide python3-waitress} Summary: A WSGI server for Python 2 and 3 -BuildRequires: python3-devel, python3-setuptools, python3-nose, python3-coverage +BuildRequires: python3-devel, python3-setuptools %description -n python3-waitress Waitress is meant to be a production-quality pure-Python WSGI server -- Gitee