diskimage-builder/elements/proliant-tools/pkg-map
stephane b7d391f25d 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
2016-07-20 14:50:21 -07:00

16 lines
260 B
Plaintext

{
"family": {
"debian": {
"alien": "alien"
},
"redhat": {
"python-dev": "python2-devel"
}
},
"default": {
"alien": "",
"gcc": "gcc",
"python-dev": "python-dev"
}
}