diskimage-builder/elements/pip-and-virtualenv/pkg-map
Gregory Haynes 3e777cd8f4 Fix pip-and-virtualenv to work with python3
We are explicitly calling python in this element which does not work on
systems which only have python3.

Change-Id: Ia730850a48e2478fd5461710a9d2619408725cd8
2016-12-14 17:14:02 +11:00

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