diff --git a/python-scciclient.spec b/python-scciclient.spec index 550a4a02fa593ee8c4ee492796e5f6bb05b9322b..037ee1e7429be007ec663b4f2fe29556ca2ce360 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