From 39b3e868fb9fb8ae4df21d4a12d36272f57e65fa Mon Sep 17 00:00:00 2001 From: zhangy1317 Date: Fri, 22 Jan 2021 16:48:33 +0800 Subject: [PATCH] add buildrequires --- python-oslo-cache.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/python-oslo-cache.spec b/python-oslo-cache.spec index 4bcf9f9..31f90a9 100755 --- a/python-oslo-cache.spec +++ b/python-oslo-cache.spec @@ -1,7 +1,7 @@ %global _empty_manifest_terminate_build 0 Name: python-oslo-cache Version: 2.6.1 -Release: 1 +Release: 2 Summary: Cache storage for OpenStack projects. License: Apache Software License URL: https://docs.openstack.org/oslo.cache/latest @@ -31,6 +31,8 @@ Summary: Cache storage for OpenStack projects. Provides: python-oslo-cache BuildRequires: python3-devel BuildRequires: python3-setuptools +BuildRequires: python3-pip +BuildRequires: python3-pbr %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. @@ -83,5 +85,7 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Fri Jan 22 2021 zhangy1317 +- Add BuildRequires python3-pbr and python3-pip * Fri Nov 20 2020 Python_Bot - Package Spec generated