Merge "Add missing package dependency for yaml"

This commit is contained in:
Jenkins 2017-09-15 13:52:35 +00:00 committed by Gerrit Code Review
commit 22e03f9820
2 changed files with 31 additions and 0 deletions

View File

@ -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

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