Adjust package mapping for SUSE family

package-installs.yaml is installing python-dev, not python2-dev,
so we need to adjust the mapping accordingly.

In addition, zypper-minimal used an dpkg specific package name,
while there is a SUSE equivalent (and zypper-minimal is anyway
SUSE family specific)

Change-Id: Ia9dd061fa46a514781808d62e5e93b03f75c6745
This commit is contained in:
Dirk Mueller 2017-05-31 16:59:30 +02:00
parent 016b1f1522
commit d0a398c167
2 changed files with 3 additions and 3 deletions

View File

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

View File

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