From e812e55c7b0a15c722efeb55103aa22e205a4fe3 Mon Sep 17 00:00:00 2001 From: zhangy1317 Date: Sat, 30 Jan 2021 17:30:28 +0800 Subject: [PATCH] Add buildrequires python3-setuptools_scm --- python-tenacity.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-tenacity.spec b/python-tenacity.spec index 7220105..acce35f 100644 --- a/python-tenacity.spec +++ b/python-tenacity.spec @@ -1,7 +1,7 @@ %global _empty_manifest_terminate_build 0 Name: python-tenacity Version: 6.3.1 -Release: 3 +Release: 4 Summary: Retry code until it succeeds License: Apache 2.0 URL: https://github.com/jd/tenacity @@ -29,6 +29,7 @@ BuildRequires: python3-devel BuildRequires: python3-setuptools BuildRequires: python3-pip BuildRequires: python3-pbr +BuildRequires: python3-setuptools_scm %description -n python3-tenacity Tenacity is a general-purpose retrying library to simplify the task of adding retry behavior to just about anything. @@ -85,6 +86,8 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Sat Jan 30 2021 zhangy +- Add buildrequires python3-setuptools_scm * Fri Jan 22 2021 zhangy1317 - Add BuildRequires python3-pbr * Thu Jan 21 2021 zhangy1317 -- Gitee