From 5148151795a44c689981b16265428ffa68e02ef4 Mon Sep 17 00:00:00 2001 From: zhangy1317 Date: Thu, 21 Jan 2021 09:33:45 +0800 Subject: [PATCH] add buildrequires python3-pip --- python-tenacity.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-tenacity.spec b/python-tenacity.spec index 3d1da63..8a3ab1c 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: 1 +Release: 2 Summary: Retry code until it succeeds License: Apache 2.0 URL: https://github.com/jd/tenacity @@ -27,6 +27,7 @@ Summary: Retry code until it succeeds Provides: python-tenacity BuildRequires: python3-devel BuildRequires: python3-setuptools +BuildRequires: python3-pip %description -n python3-tenacity Tenacity is a general-purpose retrying library to simplify the task of adding retry behavior to just about anything. @@ -83,5 +84,7 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Thu Jan 21 2021 zhangy1317 +- Add BuildRequires python3-pip * Wed Jan 20 2021 Python_Bot - Package Spec generated -- Gitee