559de43694
This was previously defined as python2-devel (which is what rhel uses), but the actual package name is python-devel. See: https://software.opensuse.org/package/python-devel Change-Id: Id61e5b05772d10c32b33d3e70cb64d5ebdcba6e4
25 lines
570 B
Plaintext
25 lines
570 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": "python-devel",
|
|
"python3-dev": "python3-devel"
|
|
},
|
|
"redhat": {
|
|
"python-dev": "python2-devel",
|
|
"python3-dev": "python3-devel"
|
|
}
|
|
},
|
|
"default": {
|
|
"python-xml": ""
|
|
}
|
|
}
|