!18 remove python-nose build required

Merge pull request !18 from tianwei/openEuler-22.03-LTS-Next
This commit is contained in:
openeuler-ci-bot 2022-01-07 09:01:31 +00:00 committed by Gitee
commit 6c2f573584
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -1,6 +1,6 @@
Name: python-mako Name: python-mako
Version: 1.1.4 Version: 1.1.4
Release: 1 Release: 2
Summary: Mako template library for Python Summary: Mako template library for Python
License: MIT License: MIT
Group: Development/Languages Group: Development/Languages
@ -9,7 +9,7 @@ Source0: https://files.pythonhosted.org/packages/source/M/Mako/Mako-%{version}.t
BuildArch: noarch BuildArch: noarch
BuildRequires: python3-devel python3-pytest python3-setuptools BuildRequires: python3-devel python3-pytest python3-setuptools
BuildRequires: python3-markupsafe python3-mock python3-nose BuildRequires: python3-markupsafe python3-mock
%description %description
Python-mako is a template library for Python. It provides a familiar, non-XML Python-mako is a template library for Python. It provides a familiar, non-XML
@ -58,6 +58,9 @@ rm -rf doc/build
%doc doc %doc doc
%changelog %changelog
* Fri Jan 07 2022 tianwei <tianwei12@huawei.com> 1.1.4-2
- remove python-nose build required
* Thu Jul 15 2021 huangtianhua <huangtianhua@huawei.com> 1.1.4-1 * Thu Jul 15 2021 huangtianhua <huangtianhua@huawei.com> 1.1.4-1
- Upgrade to 1.1.4 to support OpenStack-W - Upgrade to 1.1.4 to support OpenStack-W