From ee804bbeddd7fd762e06259dbd7bf6cf96deb610 Mon Sep 17 00:00:00 2001 From: zhangy1317 Date: Wed, 20 Jan 2021 16:48:04 +0800 Subject: [PATCH] add buildrequires python3-pip --- python-keystoneauth1.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/python-keystoneauth1.spec b/python-keystoneauth1.spec index bc6398b..29b0c5a 100644 --- a/python-keystoneauth1.spec +++ b/python-keystoneauth1.spec @@ -6,7 +6,7 @@ Name: python-keystoneauth1 Version: 4.2.1 -Release: 2%{?dist} +Release: 3 Summary: Authentication Library for OpenStack Clients License: ASL 2.0 URL: https://pypi.io/pypi/keystoneauth1 @@ -31,7 +31,7 @@ BuildRequires: python3-devel BuildRequires: python3-setuptools BuildRequires: python3-six BuildRequires: python3-pbr >= 2.0.0 - +BuildRequires: python3-pip # test requires BuildRequires: python3-betamax >= 0.7.0 BuildRequires: python3-fixtures >= 1.3.1 @@ -119,6 +119,8 @@ PYTHON=%{__python3} stestr-3 run %endif %changelog +* Wed Jan 20 2021 zhangy1317 +- Add BuildRequires python3-pip * Tue Jan 05 2021 Python_Bot - Package Spec generated -- Gitee