!2 Change spec: Add BuildRequires for python-oslo.cache

From: @zhangy1317
Reviewed-by: @joec88
Signed-off-by: @joec88
This commit is contained in:
openeuler-ci-bot 2021-01-22 17:06:46 +08:00 committed by Gitee
commit 1d9491f17b

View File

@ -1,7 +1,7 @@
%global _empty_manifest_terminate_build 0 %global _empty_manifest_terminate_build 0
Name: python-oslo-cache Name: python-oslo-cache
Version: 2.6.1 Version: 2.6.1
Release: 1 Release: 2
Summary: Cache storage for OpenStack projects. Summary: Cache storage for OpenStack projects.
License: Apache Software License License: Apache Software License
URL: https://docs.openstack.org/oslo.cache/latest URL: https://docs.openstack.org/oslo.cache/latest
@ -31,6 +31,8 @@ Summary: Cache storage for OpenStack projects.
Provides: python-oslo-cache Provides: python-oslo-cache
BuildRequires: python3-devel BuildRequires: python3-devel
BuildRequires: python3-setuptools BuildRequires: python3-setuptools
BuildRequires: python3-pip
BuildRequires: python3-pbr
%description -n python3-oslo-cache %description -n python3-oslo-cache
oslo.cache aims to provide a generic caching mechanism for OpenStack projects by wrapping the dogpile.cache library. The dogpile.cache library provides support memoization, key value storage and interfaces to common caching backends such as Memcached. oslo.cache aims to provide a generic caching mechanism for OpenStack projects by wrapping the dogpile.cache library. The dogpile.cache library provides support memoization, key value storage and interfaces to common caching backends such as Memcached.
@ -83,5 +85,7 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/* %{_docdir}/*
%changelog %changelog
* Fri Jan 22 2021 zhangy1317 <zhangy1317@foxmail.com>
- Add BuildRequires python3-pbr and python3-pip
* Fri Nov 20 2020 Python_Bot <Python_Bot@openeuler.org> * Fri Nov 20 2020 Python_Bot <Python_Bot@openeuler.org>
- Package Spec generated - Package Spec generated