remove python-nose build required

This commit is contained in:
weiwei_tiantian 2022-01-07 14:41:07 +08:00
parent bc470e29a7
commit 6909fd9011

View File

@ -1,6 +1,6 @@
Name: python-mako
Version: 1.1.4
Release: 1
Release: 2
Summary: Mako template library for Python
License: MIT
Group: Development/Languages
@ -9,7 +9,7 @@ Source0: https://files.pythonhosted.org/packages/source/M/Mako/Mako-%{version}.t
BuildArch: noarch
BuildRequires: python3-devel python3-pytest python3-setuptools
BuildRequires: python3-markupsafe python3-mock python3-nose
BuildRequires: python3-markupsafe python3-mock
%description
Python-mako is a template library for Python. It provides a familiar, non-XML
@ -58,6 +58,9 @@ rm -rf doc/build
%doc doc
%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
- Upgrade to 1.1.4 to support OpenStack-W