57b7d2bceb
We don't support any Python 2 guest systems, drop the Python 2 bits from package-installs. Change-Id: Ica5c71c2926968d438ac1d0b0f16981cadf0bab1
20 lines
321 B
Plaintext
20 lines
321 B
Plaintext
{
|
|
"family": {
|
|
"gentoo": {
|
|
"python3-PyYAML": "dev-python/pyyaml"
|
|
},
|
|
"suse": {
|
|
"python3-PyYAML": "python3-PyYAML"
|
|
},
|
|
"redhat": {
|
|
"python3-PyYAML": "python3-PyYAML"
|
|
},
|
|
"debian": {
|
|
"python3-PyYAML": "python3-yaml"
|
|
}
|
|
},
|
|
"default": {
|
|
"python3-PyYAML": ""
|
|
}
|
|
}
|