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": ""
|
||
|
}
|
||
|
}
|