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
This commit is contained in:
Ian Wienand 2021-10-26 16:05:57 +11:00
parent 6a42cad8d5
commit 57b7d2bceb
2 changed files with 0 additions and 10 deletions

View File

@ -1,8 +1,3 @@
PyYAML:
phase: pre-install.d
dib_python_version: 2
python3-PyYAML: python3-PyYAML:
phase: pre-install.d phase: pre-install.d
installtype: package
dib_python_version: 3

View File

@ -1,24 +1,19 @@
{ {
"family": { "family": {
"gentoo": { "gentoo": {
"PyYAML": "dev-python/pyyaml",
"python3-PyYAML": "dev-python/pyyaml" "python3-PyYAML": "dev-python/pyyaml"
}, },
"suse": { "suse": {
"PyYAML": "python-PyYAML",
"python3-PyYAML": "python3-PyYAML" "python3-PyYAML": "python3-PyYAML"
}, },
"redhat": { "redhat": {
"PyYAML": "PyYAML",
"python3-PyYAML": "python3-PyYAML" "python3-PyYAML": "python3-PyYAML"
}, },
"debian": { "debian": {
"PyYAML": "python-yaml",
"python3-PyYAML": "python3-yaml" "python3-PyYAML": "python3-yaml"
} }
}, },
"default": { "default": {
"PyYAML": "",
"python3-PyYAML": "" "python3-PyYAML": ""
} }
} }