From 974c29dba648228e9e4705f02ed8d445dc063092 Mon Sep 17 00:00:00 2001 From: "gaos50@chinaunicom.cn" Date: Thu, 21 Jan 2021 14:43:56 +0800 Subject: [PATCH] Add build require pbr and pip --- python-cliff.spec | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/python-cliff.spec b/python-cliff.spec index c2e3423..ebbca79 100644 --- a/python-cliff.spec +++ b/python-cliff.spec @@ -1,7 +1,7 @@ %global _empty_manifest_terminate_build 0 Name: python-cliff Version: 3.5.0 -Release: 1 +Release: 2 Summary: Command Line Interface Formulation Framework License: Apache Software License URL: https://docs.openstack.org/cliff/latest/ @@ -23,6 +23,8 @@ Requires: python3-stevedore Summary: Command Line Interface Formulation Framework Provides: python-cliff BuildRequires: python3-devel +BuildRequires: python3-pbr +BuildRequires: python3-pip BuildRequires: python3-setuptools %description -n python3-cliff -- Gitee