commit | f99d1771ba1882dfbb69186212a197edae3ef02c | [log] [tgz] |
---|---|---|
author | Hongbin Lu <hongbin034@gmail.com> | Sat Apr 14 19:33:15 2018 +0000 |
committer | Hongbin Lu <hongbin034@gmail.com> | Sat Apr 14 20:58:31 2018 +0000 |
tree | 1deb11308d98f31ae0b8c44e6dcafb9dbb79e29d | |
parent | d10c0bbed116d0cc0896b689b80385451e4ea885 [diff] |
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
diff --git a/tools/cap-pip.txt b/tools/cap-pip.txt index c280267..f5278d7 100644 --- a/tools/cap-pip.txt +++ b/tools/cap-pip.txt
@@ -1 +1 @@ -pip!=8 +pip!=8,<10