remove python-nose build required

This commit is contained in:
wangjiang 2022-03-30 10:34:24 +08:00
parent 36b0e59b75
commit 798f11bccf

View File

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