Andrew Lamb | 517dd25 | 2020-02-19 09:28:24 -0700 | [diff] [blame] | 1 | # Python3 venvs require the python3-venv apt package, which currently isn't |
2 | # installed on ChromeOS GCE images. Use vpython in the meantime. | ||||
3 | # | ||||
4 | # TODO(crbug.com/1051187): Remove when crrev.com/i/2584132 is live in images. | ||||
5 | |||||
6 | python_version: "3" | ||||
7 | |||||
8 | wheel: < | ||||
9 | name: "infra/python/wheels/protobuf-py2_py3" | ||||
10 | version: "version:3.6.1" | ||||
11 | > | ||||
12 | |||||
13 | wheel: < | ||||
14 | name: "infra/python/wheels/six-py2_py3" | ||||
15 | version: "version:1.10.0" | ||||
16 | > |