add buildrequires python3-pbr

This commit is contained in:
zhangy1317 2021-01-22 14:54:21 +08:00
parent 5148151795
commit 28a5415cc6

View File

@ -1,7 +1,7 @@
%global _empty_manifest_terminate_build 0
Name: python-tenacity
Version: 6.3.1
Release: 2
Release: 3
Summary: Retry code until it succeeds
License: Apache 2.0
URL: https://github.com/jd/tenacity
@ -28,6 +28,7 @@ Provides: python-tenacity
BuildRequires: python3-devel
BuildRequires: python3-setuptools
BuildRequires: python3-pip
BuildRequires: python3-pbr
%description -n python3-tenacity
Tenacity is a general-purpose retrying library to simplify the task of adding retry behavior to just about anything.
@ -84,6 +85,8 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
* Fri Jan 22 2021 zhangy1317 <zhangy1317@foxmail.com>
- Add BuildRequires python3-pbr
* Thu Jan 21 2021 zhangy1317 <zhangy1317@foxmail.com>
- Add BuildRequires python3-pip
* Wed Jan 20 2021 Python_Bot <Python_Bot@openeuler.org>