Merge "Adjust package mapping for SUSE family"

This commit is contained in:
Jenkins 2017-06-02 02:56:16 +00:00 committed by Gerrit Code Review
commit 80cc1d0ea4
2 changed files with 3 additions and 3 deletions

View File

@ -10,11 +10,11 @@
}, },
"suse": { "suse": {
"python-xml": "python-xml", "python-xml": "python-xml",
"python2-dev": "python2-devel", "python-dev": "python2-devel",
"python3-dev": "python3-devel" "python3-dev": "python3-devel"
}, },
"redhat": { "redhat": {
"python2-dev": "python2-devel", "python-dev": "python2-devel",
"python3-dev": "python3-devel" "python3-dev": "python3-devel"
} }
}, },

View File

@ -1,5 +1,5 @@
# kernel # kernel
linux-image-generic: kernel-default:
# And a few useful tools. Some are pulled # And a few useful tools. Some are pulled
# as dependencies but that may change so lets # as dependencies but that may change so lets
# be explicit. # be explicit.