add buildrequires

This commit is contained in:
zhangy1317 2021-01-22 16:48:33 +08:00
parent 3e0677d617
commit 39b3e868fb

View File

@ -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 <zhangy1317@foxmail.com>
- Add BuildRequires python3-pbr and python3-pip
* Fri Nov 20 2020 Python_Bot <Python_Bot@openeuler.org>
- Package Spec generated