!23 remove buildrequire python3-nose

From: @guo-zhaorui 
Reviewed-by: @xiezhipeng1 
Signed-off-by: @xiezhipeng1
This commit is contained in:
openeuler-ci-bot 2022-06-13 12:08:37 +00:00 committed by Gitee
commit f13e39b843
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -2,7 +2,7 @@
Name: python-beaker Name: python-beaker
Version: 1.11.0 Version: 1.11.0
Release: 2 Release: 3
Summary: A web session and general caching library. Summary: A web session and general caching library.
License: BSD and MIT License: BSD and MIT
URL: http://beaker.readthedocs.io URL: http://beaker.readthedocs.io
@ -24,7 +24,7 @@ is also included to manage Session objects and signed cookies.
%package -n python3-beaker %package -n python3-beaker
Summary: %summary Summary: %summary
BuildRequires: python3-devel python3dist(cryptography) python3dist(funcsigs) python3dist(mock) BuildRequires: python3-devel python3dist(cryptography) python3dist(funcsigs) python3dist(mock)
BuildRequires: python3dist(nose) python3dist(paste) python3dist(pycrypto) BuildRequires: python3dist(paste) python3dist(pycrypto)
BuildRequires: python3dist(redis) python3dist(setuptools) python3dist(sqlalchemy) BuildRequires: python3dist(redis) python3dist(setuptools) python3dist(sqlalchemy)
%if %{with tests} %if %{with tests}
BuildRequires: python3dist(webtest) BuildRequires: python3dist(webtest)
@ -65,6 +65,9 @@ kill %1
%{python3_sitelib}/Beaker* %{python3_sitelib}/Beaker*
%changelog %changelog
* Mon Jun 13 2022 guozhaorui <guozhaorui1@h-partners.com> - 1.11.0-3
- DESC: remove python3-nose
* Fri Jul 30 2021 chenyanpanHW <chenyanpan@huawei.com> - 1.11.0-2 * Fri Jul 30 2021 chenyanpanHW <chenyanpan@huawei.com> - 1.11.0-2
- DESC: delete -Sgit from %autosetup, and delete BuildRequires git - DESC: delete -Sgit from %autosetup, and delete BuildRequires git