Merge "Add missing package dependency for yaml"
This commit is contained in:
commit
22e03f9820
@ -0,0 +1,8 @@
|
||||
PyYAML:
|
||||
phase: pre-install.d
|
||||
dib_python_version: 2
|
||||
python3-PyYAML:
|
||||
phase: pre-install.d
|
||||
installtype: package
|
||||
dib_python_version: 3
|
||||
|
23
diskimage_builder/elements/dracut-regenerate/pkg-map
Normal file
23
diskimage_builder/elements/dracut-regenerate/pkg-map
Normal file
@ -0,0 +1,23 @@
|
||||
{
|
||||
"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": ""
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user