Fix proliant-tools dependencies

The proliant-tools element was missing a few
dependencies which were stopping it from
building correctly.

Change-Id: Ib7159a0baa7932d1571272cefffaf01d60e9debc
Closes-Bug: #1590176
This commit is contained in:
stephane 2016-07-05 16:22:54 -07:00
parent 71c68bf18d
commit b7d391f25d
3 changed files with 9 additions and 1 deletions

View File

@ -1 +1,2 @@
package-installs
pip-and-virtualenv

View File

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

View File

@ -2,9 +2,14 @@
"family": {
"debian": {
"alien": "alien"
},
"redhat": {
"python-dev": "python2-devel"
}
},
"default": {
"alien": ""
"alien": "",
"gcc": "gcc",
"python-dev": "python-dev"
}
}