!21 remove python-nose build required

From: @wangjiang37 
Reviewed-by: @xiezhipeng1 
Signed-off-by: @xiezhipeng1
This commit is contained in:
openeuler-ci-bot 2022-04-28 09:31:18 +00:00 committed by Gitee
commit 14a8f9721f
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -2,7 +2,7 @@
Name: python-mako
Version: 1.1.4
Release: 3
Release: 4
Summary: Mako template library for Python
License: MIT
Group: Development/Languages
@ -11,7 +11,7 @@ Source0: https://files.pythonhosted.org/packages/source/M/Mako/Mako-%{version}.t
BuildArch: noarch
BuildRequires: python3-devel python3-setuptools
BuildRequires: python3-markupsafe python3-mock python3-nose
BuildRequires: python3-markupsafe python3-mock
BuildRequires: python3-pytest
%description
@ -61,6 +61,9 @@ rm -rf doc/build
%doc doc
%changelog
* Wed Mar 30 2022 wangjiang <wangjiang37@h-partners.com> 1.1.4-4
- remove python-nose build required
* Wed Feb 23 2022 yuanxin <yuanxin24@h-partners.com> - 1.1.4-3
- enable %check