!4 Change spec: Add BuildRequires for python-dracclient

From: @zhangy1317
Reviewed-by: @joec88
Signed-off-by: @joec88
This commit is contained in:
openeuler-ci-bot 2021-01-29 11:19:32 +08:00 committed by Gitee
commit 1a719e376e

View File

@ -1,7 +1,7 @@
%global _empty_manifest_terminate_build 0 %global _empty_manifest_terminate_build 0
Name: python-dracclient Name: python-dracclient
Version: 5.1.0 Version: 5.1.0
Release: 2 Release: 3
Summary: Library for managing machines with Dell iDRAC cards Summary: Library for managing machines with Dell iDRAC cards
License: Apache-2 License: Apache-2
URL: https://launchpad.net/python-dracclient URL: https://launchpad.net/python-dracclient
@ -20,6 +20,8 @@ Summary: Library for managing machines with Dell iDRAC cards
Provides: python-dracclient Provides: python-dracclient
BuildRequires: python3-devel BuildRequires: python3-devel
BuildRequires: python3-setuptools BuildRequires: python3-setuptools
BuildRequires: python3-pip
BuildRequires: python3-pbr
%description -n python3-dracclient %description -n python3-dracclient
Library for managing machines with Dell iDRAC cards. Library for managing machines with Dell iDRAC cards.
@ -70,5 +72,7 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/* %{_docdir}/*
%changelog %changelog
* Fri Jan 29 2021 zhangy <zhangy1317@foxmail.com>
- Add buildrequires
* Thu Jan 14 2021 Python_Bot <Python_Bot@openeuler.org> * Thu Jan 14 2021 Python_Bot <Python_Bot@openeuler.org>
- Package Spec generated - Package Spec generated