From b3ae6302d587bb040fddc020227e69c68afcf4a4 Mon Sep 17 00:00:00 2001 From: liusheng Date: Sat, 29 May 2021 15:28:26 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0buildrequire=20python2-pbr?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- python-stevedore.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/python-stevedore.spec b/python-stevedore.spec index af58c70..383738b 100644 --- a/python-stevedore.spec +++ b/python-stevedore.spec @@ -47,6 +47,7 @@ dynamically loaded extensions. Summary: Manage dynamic plugins for Python applications Provides: python2-stevedore BuildRequires: python2-devel +BuildRequires: python2-pbr BuildRequires: python2-setuptools Requires: python2-pbr Requires: python2-six -- Gitee