!22 Remove useless python3-nose from BuildRequires

From: @renxichen 
Reviewed-by: @overweight 
Signed-off-by: @overweight
This commit is contained in:
openeuler-ci-bot 2022-05-30 11:24:29 +00:00 committed by Gitee
commit 3f4224c47b
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -1,7 +1,7 @@
%global modname oauthlib %global modname oauthlib
Name: python-oauthlib Name: python-oauthlib
Version: 3.1.1 Version: 3.1.1
Release: 1 Release: 2
Summary: Python Framework for OAuth1 & OAuth2 Summary: Python Framework for OAuth1 & OAuth2
License: BSD License: BSD
URL: https://github.com/oauthlib/oauthlib URL: https://github.com/oauthlib/oauthlib
@ -20,7 +20,7 @@ and get OAuth support for very little effort.
%package -n python3-oauthlib %package -n python3-oauthlib
Summary: Python3 package for oauthlib Summary: Python3 package for oauthlib
%{?python_provide:%python_provide python3-%{modname}} %{?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 BuildRequires: python3-blinker python3-jwt python3-cryptography
Requires: python3-jwt python3-cryptography Requires: python3-jwt python3-cryptography
@ -50,6 +50,12 @@ rm -rf %{modname}.egg-info
%changelog %changelog
* Wed May 25 2022 renhongxun <renhongxun@h-partners.com> 3.1.1-2
- Type: requirement
- ID: NA
- SUG: NA
- DESC: remove useless python3-nose from BuildRequires
* Fri Dec 17 2021 renhongxun <renhongxun@huawei.com> - 3.1.1-1 * Fri Dec 17 2021 renhongxun <renhongxun@huawei.com> - 3.1.1-1
- Type: bugfix - Type: bugfix
- ID: NA - ID: NA