da5c926fe9
This element was assuming that yaml was included as package, but there are systems not including it. So properly add yaml as a dependency. Change-Id: I72da2776674a3963657052b9a9715abcb4fab1e2 Partially-Fixes-Bug: #1715686
24 lines
421 B
Plaintext
24 lines
421 B
Plaintext
{
|
|
"family": {
|
|
"gentoo": {
|
|
"PyYAML": "dev-python/pyyaml"
|
|
},
|
|
"suse": {
|
|
"PyYAML": "python-PyYAML",
|
|
"python3-PyYAML": "python3-PyYAML"
|
|
},
|
|
"redhat": {
|
|
"PyYAML": "PyYAML",
|
|
"python3-PyYAML": "python3-PyYAML"
|
|
},
|
|
"debian": {
|
|
"PyYAML": "python-yaml",
|
|
"python3-PyYAML": "python3-yaml"
|
|
}
|
|
},
|
|
"default": {
|
|
"PyYAML": "",
|
|
"python3-PyYAML": ""
|
|
}
|
|
}
|