Change to install a package in 'proliant-tools'

This commit adds change in 'proliant-tools' element to
install a package 'unzip' which is required to perform
SUM based firmware update for HPE Proliant servers.

Change-Id: Ib8f6d18402439edd93d100cc7a4fb2094c863715
This commit is contained in:
Aparna 2017-09-06 05:57:54 +00:00
parent 22e03f9820
commit 7bc2b23290
2 changed files with 3 additions and 1 deletions

View file

@ -1,3 +1,4 @@
alien: alien:
gcc: gcc:
python-dev: python-dev:
unzip:

View file

@ -10,6 +10,7 @@
"default": { "default": {
"alien": "", "alien": "",
"gcc": "gcc", "gcc": "gcc",
"python-dev": "python-dev" "python-dev": "python-dev",
"unzip": "unzip"
} }
} }