| Index: bootstrap/bootstrap_vpython.py
|
| diff --git a/bootstrap/bootstrap_vpython.py b/bootstrap/bootstrap_vpython.py
|
| index 77344cebf6a99969b46ba1c90467faaa631de2c0..b0d99f4e67b909997121477262a9c8060b848dea 100755
|
| --- a/bootstrap/bootstrap_vpython.py
|
| +++ b/bootstrap/bootstrap_vpython.py
|
| @@ -18,7 +18,7 @@ ROOT = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
|
| CIPD_ROOT = os.path.join(ROOT, '.cipd_root')
|
|
|
| VPYTHON_PACKAGE = 'infra/tools/luci/vpython/${platform}'
|
| -VPYTHON_VERSION = 'git_revision:ea5f3c7c274276673049e6bc2fa2619b1f55d589'
|
| +VPYTHON_VERSION = 'git_revision:4ff2211fe419a7a0083ea2010ea8b33fb5e342a9'
|
|
|
|
|
| def _ensure_vpython(cipd_root):
|
|
|