From 4215e1907b37ec12830c3b15ff0373479283ae9a Mon Sep 17 00:00:00 2001 From: rwx403335 Date: Wed, 25 May 2022 11:42:51 +0800 Subject: [PATCH] remove useless python3-nose from BuildRequires --- python-oauthlib.spec | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/python-oauthlib.spec b/python-oauthlib.spec index c38e8fa..ffc92b8 100644 --- a/python-oauthlib.spec +++ b/python-oauthlib.spec @@ -1,7 +1,7 @@ %global modname oauthlib Name: python-oauthlib Version: 3.1.1 -Release: 1 +Release: 2 Summary: Python Framework for OAuth1 & OAuth2 License: BSD URL: https://github.com/oauthlib/oauthlib @@ -20,7 +20,7 @@ and get OAuth support for very little effort. %package -n python3-oauthlib Summary: Python3 package for oauthlib %{?python_provide:%python_provide python3-%{modname}} -BuildRequires: python3-devel python3-setuptools python3-nose python3-mock +BuildRequires: python3-devel python3-setuptools python3-mock BuildRequires: python3-blinker python3-jwt python3-cryptography Requires: python3-jwt python3-cryptography @@ -50,6 +50,12 @@ rm -rf %{modname}.egg-info %changelog +* Wed May 25 2022 renhongxun 3.1.1-2 +- Type: requirement +- ID: NA +- SUG: NA +- DESC: remove useless python3-nose from BuildRequires + * Fri Dec 17 2021 renhongxun - 3.1.1-1 - Type: bugfix - ID: NA