From 30a3b125dbbf35e1b0df0259ac65a337cf6942c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E7=8E=BA=E6=BA=90?= Date: Fri, 11 Feb 2022 02:55:40 +0000 Subject: [PATCH] remove nose buildrequire --- python-fasteners.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/python-fasteners.spec b/python-fasteners.spec index 710afb8..3f758a0 100644 --- a/python-fasteners.spec +++ b/python-fasteners.spec @@ -8,7 +8,7 @@ Name: python-%{pypi_name} Version: 0.14.1 -Release: 21 +Release: 22 Summary: A python package that provides useful locks License: ASL 2.0 @@ -29,7 +29,6 @@ BuildRequires: python3-six BuildRequires: python3-devel # tests BuildRequires: python3-testtools -BuildRequires: python3-nose Requires: python3-six %description -n python3-%{pypi_name} @@ -58,6 +57,9 @@ nosetests-%{python3_version} %changelog +* Fri Feb 11 2022 wangxiyuan -0.14.1-22 +- remove nose buildrequire + * Mon Dec 28 2020 wangxiao - 0.14.1-21 - remove redundant %{?dist} -- Gitee