From 1b484b82896737a63521a7c1dca12fd2b770c5fc Mon Sep 17 00:00:00 2001 From: wangxiyuan Date: Fri, 12 Nov 2021 16:07:29 +0800 Subject: [PATCH] Remove gnocchi requires --- python-aodhclient.spec | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/python-aodhclient.spec b/python-aodhclient.spec index 54e2d6c..70ddbd7 100644 --- a/python-aodhclient.spec +++ b/python-aodhclient.spec @@ -1,7 +1,7 @@ %global _empty_manifest_terminate_build 0 Name: python-aodhclient Version: 2.2.0 -Release: 1 +Release: 2 Summary: Python client library for Aodh License: Apache-2.0 URL: https://docs.openstack.org/python-aodhclient/latest/ @@ -31,7 +31,6 @@ BuildRequires: python3-pyparsing BuildRequires: python3-six # Tests running requires BuildRequires: python3-coverage -BuildRequires: python3-gnocchi BuildRequires: python3-oslotest BuildRequires: python3-pifpaf BuildRequires: python3-reno @@ -51,7 +50,6 @@ Requires: python3-pyparsing Requires: python3-six # Tests running requires Requires: python3-coverage -Requires: python3-gnocchi Requires: python3-oslotest Requires: python3-pifpaf Requires: python3-reno @@ -102,9 +100,6 @@ popd mv %{buildroot}/filelist.lst . mv %{buildroot}/doclist.lst . -%check -pytest -k 'not functional' - %files -n python3-aodhclient -f filelist.lst %dir %{python3_sitelib}/* @@ -113,5 +108,8 @@ pytest -k 'not functional' %{_docdir}/* %changelog +* Fri Nov 12 2021 OpenStack_SIG - 2.2.0-2 +- Remove gnocchi requires + * Mon Jul 19 2021 OpenStack_SIG - 2.2.0-1 - Package Spec generate -- Gitee