Add BuildRequires
This commit is contained in:
parent
0474b5239d
commit
bd15ddb83f
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user