Merge "elements: pip-and-virtualenv: Add python-xml dependency"
This commit is contained in:
commit
f7e095e880
@ -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:
|
||||
|
@ -3,6 +3,12 @@
|
||||
"gentoo": {
|
||||
"python-pip": "dev-python/pip",
|
||||
"python-virtualenv": "dev-python/virtualenv"
|
||||
},
|
||||
"suse" : {
|
||||
"python-xml": "python-xml"
|
||||
}
|
||||
},
|
||||
"default": {
|
||||
"python-xml": ""
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user