From 5cd361d2a7036f6a6ada88f85330a6f4346e50a8 Mon Sep 17 00:00:00 2001 From: zhangy1317 Date: Wed, 20 Jan 2021 14:32:34 +0800 Subject: [PATCH] Add BuildRequires python3-pip --- python-stevedore.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-stevedore.spec b/python-stevedore.spec index 6e17394..035e5f0 100755 --- a/python-stevedore.spec +++ b/python-stevedore.spec @@ -1,7 +1,7 @@ %global _empty_manifest_terminate_build 0 Name: python-stevedore Version: 3.3.0 -Release: 1 +Release: 2 Summary: Manage dynamic plugins for Python applications License: Apache-2.0 URL: https://opendev.org/openstack/stevedore @@ -20,6 +20,7 @@ Summary: Manage dynamic plugins for Python applications Provides: python-stevedore BuildRequires: python3-devel BuildRequires: python3-setuptools +BuildRequires: python3-pip %description -n python3-stevedore Manage dynamic plugins for Python applications @@ -72,5 +73,7 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Wed Jan 20 2021 zhangy1317 +- Add BuildRequires python3-pip * Fri Jan 08 2021 Python_Bot - Package Spec generated -- Gitee