From 6909fd9011881ca8c6dba2d571836988c7dffde1 Mon Sep 17 00:00:00 2001 From: weiwei_tiantian Date: Fri, 7 Jan 2022 14:41:07 +0800 Subject: [PATCH] remove python-nose build required --- python-mako.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-mako.spec b/python-mako.spec index efbff71..c7fc669 100644 --- a/python-mako.spec +++ b/python-mako.spec @@ -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 1.1.4-2 +- remove python-nose build required + * Thu Jul 15 2021 huangtianhua 1.1.4-1 - Upgrade to 1.1.4 to support OpenStack-W -- Gitee