b7d391f25d
The proliant-tools element was missing a few dependencies which were stopping it from building correctly. Change-Id: Ib7159a0baa7932d1571272cefffaf01d60e9debc Closes-Bug: #1590176
16 lines
260 B
Plaintext
16 lines
260 B
Plaintext
{
|
|
"family": {
|
|
"debian": {
|
|
"alien": "alien"
|
|
},
|
|
"redhat": {
|
|
"python-dev": "python2-devel"
|
|
}
|
|
},
|
|
"default": {
|
|
"alien": "",
|
|
"gcc": "gcc",
|
|
"python-dev": "python-dev"
|
|
}
|
|
}
|