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:
parent
016b1f1522
commit
d0a398c167
@ -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"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
@ -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.
|
||||||
|
Loading…
Reference in New Issue
Block a user