Merge "elements: pip-and-virtualenv: Add python-xml dependency"

This commit is contained in:
Jenkins 2016-12-01 07:34:55 +00:00 committed by Gerrit Code Review
commit f7e095e880
2 changed files with 10 additions and 0 deletions

View File

@ -1,3 +1,7 @@
# This package is only valid for SUSE and we need to pull it in
# early enough because pip depends on it.
python-xml:
phase: pre-install.d
python-pip:
installtype: package
python-virtualenv:

View File

@ -3,6 +3,12 @@
"gentoo": {
"python-pip": "dev-python/pip",
"python-virtualenv": "dev-python/virtualenv"
},
"suse" : {
"python-xml": "python-xml"
}
},
"default": {
"python-xml": ""
}
}