Add pip to requirements list
A possible solution to the bug reported by Peter Martini where other dependencies are causing pip to become broken. In this case we attempt to upgrade pip via the requirements file. Change-Id: I4b1f4c4241e20e061f15c7834199cb1a6cf5111c Closes-Bug: #1459947
This commit is contained in:
parent
422b79118e
commit
bf4afc1a1b
@ -1,2 +1,3 @@
|
||||
PyYAML
|
||||
jinja2
|
||||
pip>=7.0
|
||||
|
Loading…
Reference in New Issue
Block a user