f2e0b01336
This package is not installed by default on Debuntu, but is on RH platforms. This is causing a build breakage as DIB_PYTHON_VIRTUALENV tries to use this (I3414fb9e503f94ff744b560eff9ec0f4afdbb50e). Add the package. Change-Id: I9a551c57dd128bbb4b095c847f634c777b2cb553
38 lines
809 B
Plaintext
38 lines
809 B
Plaintext
{
|
|
"release": {
|
|
"rhel": {
|
|
"8": {
|
|
"python3-dev": "platform-python-devel"
|
|
}
|
|
}
|
|
},
|
|
"family": {
|
|
"debian": {
|
|
"python3-venv": "python3-venv"
|
|
},
|
|
"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",
|
|
"python3": "python3"
|
|
},
|
|
"redhat": {
|
|
"python-dev": "python2-devel",
|
|
"python3-dev": "python3-devel"
|
|
}
|
|
},
|
|
"default": {
|
|
"python-xml": "",
|
|
"python3": "",
|
|
"python3-venv": ""
|
|
}
|
|
}
|