Remove gnocchi requires
(cherry picked from commit 1b484b82896737a63521a7c1dca12fd2b770c5fc)
This commit is contained in:
parent
9125e92b63
commit
8c29c70e16
@ -1,7 +1,7 @@
|
|||||||
%global _empty_manifest_terminate_build 0
|
%global _empty_manifest_terminate_build 0
|
||||||
Name: python-aodhclient
|
Name: python-aodhclient
|
||||||
Version: 2.2.0
|
Version: 2.2.0
|
||||||
Release: 1
|
Release: 2
|
||||||
Summary: Python client library for Aodh
|
Summary: Python client library for Aodh
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
URL: https://docs.openstack.org/python-aodhclient/latest/
|
URL: https://docs.openstack.org/python-aodhclient/latest/
|
||||||
@ -31,7 +31,6 @@ BuildRequires: python3-pyparsing
|
|||||||
BuildRequires: python3-six
|
BuildRequires: python3-six
|
||||||
# Tests running requires
|
# Tests running requires
|
||||||
BuildRequires: python3-coverage
|
BuildRequires: python3-coverage
|
||||||
BuildRequires: python3-gnocchi
|
|
||||||
BuildRequires: python3-oslotest
|
BuildRequires: python3-oslotest
|
||||||
BuildRequires: python3-pifpaf
|
BuildRequires: python3-pifpaf
|
||||||
BuildRequires: python3-reno
|
BuildRequires: python3-reno
|
||||||
@ -51,7 +50,6 @@ Requires: python3-pyparsing
|
|||||||
Requires: python3-six
|
Requires: python3-six
|
||||||
# Tests running requires
|
# Tests running requires
|
||||||
Requires: python3-coverage
|
Requires: python3-coverage
|
||||||
Requires: python3-gnocchi
|
|
||||||
Requires: python3-oslotest
|
Requires: python3-oslotest
|
||||||
Requires: python3-pifpaf
|
Requires: python3-pifpaf
|
||||||
Requires: python3-reno
|
Requires: python3-reno
|
||||||
@ -102,9 +100,6 @@ popd
|
|||||||
mv %{buildroot}/filelist.lst .
|
mv %{buildroot}/filelist.lst .
|
||||||
mv %{buildroot}/doclist.lst .
|
mv %{buildroot}/doclist.lst .
|
||||||
|
|
||||||
%check
|
|
||||||
pytest -k 'not functional'
|
|
||||||
|
|
||||||
%files -n python3-aodhclient -f filelist.lst
|
%files -n python3-aodhclient -f filelist.lst
|
||||||
%dir %{python3_sitelib}/*
|
%dir %{python3_sitelib}/*
|
||||||
|
|
||||||
@ -113,5 +108,8 @@ pytest -k 'not functional'
|
|||||||
%{_docdir}/*
|
%{_docdir}/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Nov 12 2021 OpenStack_SIG <openstack@openeuler.org> - 2.2.0-2
|
||||||
|
- Remove gnocchi requires
|
||||||
|
|
||||||
* Mon Jul 19 2021 OpenStack_SIG <openstack@openeuler.org> - 2.2.0-1
|
* Mon Jul 19 2021 OpenStack_SIG <openstack@openeuler.org> - 2.2.0-1
|
||||||
- Package Spec generate
|
- Package Spec generate
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user