Adding mapping for SUSE package

Mapping PyYAML to python-PyYAML as in opensuse.

Change-Id: I54864c96afdb20975bf1e3ac9a117d5263f21f3b
This commit is contained in:
sayalilunkad 2017-12-20 17:48:34 +01:00
parent be8d9b6520
commit acc44c0651

View File

@ -5,6 +5,9 @@
}, },
"debian": { "debian": {
"PyYAML": "python-yaml" "PyYAML": "python-yaml"
},
"suse": {
"PyYAML": "python-PyYAML"
} }
}, },
"default": { "default": {