From ad0487ab37d60b892a33302ad524983667f48b36 Mon Sep 17 00:00:00 2001 From: zhangy1317 Date: Thu, 28 Jan 2021 17:13:01 +0800 Subject: [PATCH] Add BuildRequires --- python-scciclient.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/python-scciclient.spec b/python-scciclient.spec index 550a4a0..037ee1e 100644 --- a/python-scciclient.spec +++ b/python-scciclient.spec @@ -1,7 +1,7 @@ %global _empty_manifest_terminate_build 0 Name: python-scciclient Version: 0.8.1 -Release: 2 +Release: 3 Summary: Python ServerView Common Command Interface (SCCI) Client Library License: Apache-2.0 URL: https://opendev.org/x/python-scciclient @@ -24,6 +24,8 @@ Summary: Python ServerView Common Command Interface (SCCI) Client Library Provides: python-python-scciclient BuildRequires: python3-devel BuildRequires: python3-setuptools +BuildRequires: python3-pip +BuildRequires: python3-pbr %description -n python3-scciclient Python ServerView Common Command Interface (SCCI) Client Library @@ -76,5 +78,7 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Thu Jan 28 2021 zhangy +- Add buildrequires * Mon Jan 04 2021 Python_Bot - Package Spec generated -- Gitee