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:
parent
7603f97cad
commit
d6fe34cc59
@ -2,7 +2,10 @@
|
||||
"family": {
|
||||
"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": {
|
||||
|
Loading…
Reference in New Issue
Block a user