update pkg-map entries for python3
Map python3 packages properly, or else we get invalid package names. Change-Id: I7af8621c856c689840a11d3cb9d094f02a0b9593
This commit is contained in:
@@ -2,7 +2,10 @@
|
|||||||
"family": {
|
"family": {
|
||||||
"gentoo": {
|
"gentoo": {
|
||||||
"python-pip": "dev-python/pip",
|
"python-pip": "dev-python/pip",
|
||||||
|
"python3-pip": "dev-python/pip",
|
||||||
"python-virtualenv": "dev-python/virtualenv",
|
"python-virtualenv": "dev-python/virtualenv",
|
||||||
|
"python3-virtualenv": "dev-python/virtualenv",
|
||||||
|
"python-dev": "dev-lang/python",
|
||||||
"python3-dev": "dev-lang/python"
|
"python3-dev": "dev-lang/python"
|
||||||
},
|
},
|
||||||
"suse": {
|
"suse": {
|
||||||
|
|||||||
Reference in New Issue
Block a user