5fe35b0d7a
The python3 package actually contains some core modules (like the xml one) which are not present in the python3-base on which is pulled by the python3-devel package. As such, it's best to have it installed similar to python-xml for python2. Change-Id: I5cd5d1127ae62d6753c2ace44965179c5400bb9a
27 lines
617 B
Plaintext
27 lines
617 B
Plaintext
{
|
|
"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": {
|
|
"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": ""
|
|
}
|
|
}
|