From 49a0f23cd5da448431e08a081c7b1d0630868566 Mon Sep 17 00:00:00 2001 From: shixuantong Date: Sat, 8 Jan 2022 10:23:08 +0800 Subject: [PATCH] remove python3-nose buildrequire --- python-kitchen.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/python-kitchen.spec b/python-kitchen.spec index b386e4d..485818e 100644 --- a/python-kitchen.spec +++ b/python-kitchen.spec @@ -3,7 +3,7 @@ Name: python-kitchen Version: 1.2.6 -Release: 4 +Release: 5 Summary: Small, useful pieces of code to make python coding easier License: LGPLv2+ @@ -14,7 +14,6 @@ BuildArch: noarch BuildRequires: python-sphinx BuildRequires: python%{python3_pkgversion}-devel -BuildRequires: python%{python3_pkgversion}-nose BuildRequires: python%{python3_pkgversion}-test BuildRequires: python%{python3_pkgversion}-chardet @@ -109,6 +108,9 @@ popd %endif %changelog +* Sat Jan 08 2022 shixuantong - 1.2.6-5 +- remove python3-nose buildrequire + * Wed Dec 09 2020 tianwei - 1.2.6-4 - delete sensitive word -- Gitee