diskimage-builder/diskimage_builder/elements/pip-and-virtualenv/pkg-map
Ian Wienand f2e0b01336 pip-and-virtualenv: include python3-venv for Debuntu
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
2019-10-25 16:26:33 +11:00

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": ""
}
}