Add BuildRequires

This commit is contained in:
zhangy1317 2021-01-28 17:13:01 +08:00
parent 47bd507028
commit ad0487ab37

View File

@ -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 <zhangy1317@foxmail.com>
- Add buildrequires
* Mon Jan 04 2021 Python_Bot <Python_Bot@openeuler.org>
- Package Spec generated