Do not use pip 10 or higher

It looks pip 10 failed the uninstallation of distutils installed
packages. This patch temporarily cap the version of pip to work-around. 

Closes-Bug: #1763966
Change-Id: I8bf80efc04883cd754c19bea0303064080112c6e
This commit is contained in:
Hongbin Lu 2018-04-14 19:33:15 +00:00
parent d10c0bbed1
commit f99d1771ba
1 changed files with 1 additions and 1 deletions

View File

@ -1 +1 @@
pip!=8
pip!=8,<10