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:
parent
6a42cad8d5
commit
57b7d2bceb
@ -1,8 +1,3 @@
|
||||
PyYAML:
|
||||
phase: pre-install.d
|
||||
dib_python_version: 2
|
||||
python3-PyYAML:
|
||||
phase: pre-install.d
|
||||
installtype: package
|
||||
dib_python_version: 3
|
||||
|
||||
|
@ -1,24 +1,19 @@
|
||||
{
|
||||
"family": {
|
||||
"gentoo": {
|
||||
"PyYAML": "dev-python/pyyaml",
|
||||
"python3-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": ""
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user