From a41f27be26c72de5711cffd08ae1995ec448fa4b Mon Sep 17 00:00:00 2001 From: huangtianhua Date: Wed, 8 Sep 2021 03:53:50 +0000 Subject: [PATCH] Adds python2-pbr as BuildRequires --- python-tenacity.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/python-tenacity.spec b/python-tenacity.spec index ae8efbc..232c94a 100644 --- a/python-tenacity.spec +++ b/python-tenacity.spec @@ -2,7 +2,7 @@ %define _python_bytecompile_errors_terminate_build 0 Name: python-tenacity Version: 4.10.0 -Release: 1 +Release: 2 Summary: Retry code until it succeeeds License: Apache-2.0 URL: https://github.com/jd/tenacity @@ -22,6 +22,7 @@ Summary: Retry code until it succeeeds Provides: python2-tenacity BuildRequires: python2-devel BuildRequires: python2-setuptools +BuildRequires: python2-pbr Requires: python2-six Requires: python2-futures Requires: python2-monotonic @@ -87,5 +88,8 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Wed Sep 08 2021 huangtianhua +- Adds python2-pbr as BuildRequires + * Sun May 16 2021 openstack-sig - Package Spec generated -- Gitee