From 37f973412c1bba18a573eda4236792dc0ff47f59 Mon Sep 17 00:00:00 2001 From: zhanzhimin Date: Sat, 8 Jan 2022 10:27:52 +0800 Subject: [PATCH] delete python-nose dependency --- python-paste.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-paste.spec b/python-paste.spec index 20f216e..874977a 100644 --- a/python-paste.spec +++ b/python-paste.spec @@ -1,6 +1,6 @@ Name: python-paste Version: 3.5.0 -Release: 1 +Release: 2 Summary: Tools for using a Web Server Gateway Interface stack License: MIT and ZPLv2.0 and Python and (AFL or MIT) and (MIT or ASL 2.0) @@ -9,7 +9,7 @@ Source0: https://files.pythonhosted.org/packages/source/P/Paste/Paste-%{v BuildArch: noarch -BuildRequires: python3-devel python3-nose +BuildRequires: python3-devel BuildRequires: python3-pyOpenSSL python3-setuptools python3-six python3-tempita %description @@ -64,6 +64,9 @@ popd %doc docs/* %changelog +* Sat Jan 08 2022 zhanzhimin - 3.5.0-2 +- delete python-nose dependency + * Wed Jan 27 2021 zhanzhimin - 3.5.0-1 - update to 3.5.0