d0a398c167
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
25 lines
571 B
Plaintext
25 lines
571 B
Plaintext
{
|
|
"family": {
|
|
"gentoo": {
|
|
"python-pip": "dev-python/pip",
|
|
"python3-pip": "dev-python/pip",
|
|
"python-virtualenv": "dev-python/virtualenv",
|
|
"python3-virtualenv": "dev-python/virtualenv",
|
|
"python-dev": "dev-lang/python",
|
|
"python3-dev": "dev-lang/python"
|
|
},
|
|
"suse": {
|
|
"python-xml": "python-xml",
|
|
"python-dev": "python2-devel",
|
|
"python3-dev": "python3-devel"
|
|
},
|
|
"redhat": {
|
|
"python-dev": "python2-devel",
|
|
"python3-dev": "python3-devel"
|
|
}
|
|
},
|
|
"default": {
|
|
"python-xml": ""
|
|
}
|
|
}
|