From a6bfe693ec2ea29d812e882a13ea2ac75fb65d65 Mon Sep 17 00:00:00 2001 From: wangxiyuan Date: Fri, 11 Feb 2022 11:52:22 +0800 Subject: [PATCH] Remove nose BuildRequire (cherry picked from commit 901ef94996c61a7378075d401b6f65a4959be407) --- python-pytimeparse.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/python-pytimeparse.spec b/python-pytimeparse.spec index 96a4724..2d21359 100644 --- a/python-pytimeparse.spec +++ b/python-pytimeparse.spec @@ -1,7 +1,7 @@ %global _empty_manifest_terminate_build 0 Name: python-pytimeparse Version: 1.1.8 -Release: 1 +Release: 2 Summary: Time expression parser License: MIT URL: https://github.com/wroberts/pytimeparse @@ -19,7 +19,6 @@ BuildRequires: python3-setuptools BuildRequires: python3-pbr BuildRequires: python3-pip BuildRequires: python3-wheel -BuildRequires: python3-nose %description -n python3-pytimeparse A small Python library to parse various kinds of time expressions @@ -75,5 +74,8 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Fri Feb 11 2022 wangxiyuan - 1.1.8-2 +- Remove nose BuildRequire + * Tue Aug 03 2021 OpenStack_SIG - 1.1.8-1 - Package Spec generate