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:
Matthew Thode 2016-12-23 20:02:38 -06:00
parent 7603f97cad
commit d6fe34cc59
No known key found for this signature in database
GPG Key ID: 64A37BEAAE19A4E8

View File

@ -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": {