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