Add BuildRequires

This commit is contained in:
zhangy1317 2021-01-29 11:02:12 +08:00
parent 0474b5239d
commit bd15ddb83f

View File

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