diskimage-builder/diskimage_builder/elements/dracut-regenerate/pkg-map
Ian Wienand 57b7d2bceb dracut-regenerate: drop Python 2 packages
We don't support any Python 2 guest systems, drop the Python 2 bits
from package-installs.

Change-Id: Ica5c71c2926968d438ac1d0b0f16981cadf0bab1
2021-10-27 11:11:50 +11:00

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