3e777cd8f4
We are explicitly calling python in this element which does not work on systems which only have python3. Change-Id: Ia730850a48e2478fd5461710a9d2619408725cd8
22 lines
442 B
Plaintext
22 lines
442 B
Plaintext
{
|
|
"family": {
|
|
"gentoo": {
|
|
"python-pip": "dev-python/pip",
|
|
"python-virtualenv": "dev-python/virtualenv",
|
|
"python3-dev": "dev-lang/python"
|
|
},
|
|
"suse": {
|
|
"python-xml": "python-xml",
|
|
"python2-dev": "python2-devel",
|
|
"python3-dev": "python3-devel"
|
|
},
|
|
"redhat": {
|
|
"python2-dev": "python2-devel",
|
|
"python3-dev": "python3-devel"
|
|
}
|
|
},
|
|
"default": {
|
|
"python-xml": ""
|
|
}
|
|
}
|