From daedce90add7a5cf294e3243cbab9a40c74940f0 Mon Sep 17 00:00:00 2001 From: markeryang Date: Mon, 10 Jan 2022 15:50:40 +0800 Subject: [PATCH] delete python-nose Buildrequires (cherry picked from commit 8abe8ae48f0a441190dc1f1922d45b8ff3d2ba2f) --- python-memcached.spec | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/python-memcached.spec b/python-memcached.spec index a7acb28..a5f7137 100644 --- a/python-memcached.spec +++ b/python-memcached.spec @@ -1,6 +1,6 @@ Name: python-memcached Version: 1.59 -Release: 1 +Release: 2 Summary: A Python memcached client library License: Python URL: https://github.com/linsomniac/python-memcached @@ -12,7 +12,7 @@ BuildArch: noarch %bcond_without check -%{?with_python3:BuildRequires: python3-devel,python3-setuptools,python3-six,python3-nose} +%{?with_python3:BuildRequires: python3-devel,python3-setuptools,python3-six} # Required for running test suite %if %{with check} @@ -54,15 +54,11 @@ Summary: %{summary} %py3_install -%check -pidfile=$(mktemp) -memcached -d -P $pidfile - -%{__python3} -m nose - -kill $(cat $pidfile) %changelog +* Mon Jan 10 2022 yanglongkang - 1.59-2 +- delete python-nose Buildrequires + * Thu Jul 15 2021 huangtianhua 1.59-1 - Upgrade to 1.59 to support OpenStack-W