4858340b42
Change-Id: I8bc12435c62ef7c9c3fa8e21e00738698a532f56
20 lines
356 B
Plaintext
20 lines
356 B
Plaintext
{
|
|
"family": {
|
|
"debian": {
|
|
"alien": "alien"
|
|
},
|
|
"redhat": {
|
|
"python-dev": "python2-devel"
|
|
},
|
|
"suse": {
|
|
"python-dev": "python-devel"
|
|
}
|
|
},
|
|
"default": {
|
|
"alien": "",
|
|
"gcc": "gcc",
|
|
"python-dev": "python-dev",
|
|
"unzip": "unzip"
|
|
}
|
|
}
|