blob: 48e59e65485b778f0c7553b0cd2ec617aebf6b1a [file] [log] [blame]
Andrew Lamb517dd252020-02-19 09:28:24 -07001# 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
6python_version: "3"
7
8wheel: <
9 name: "infra/python/wheels/protobuf-py2_py3"
10 version: "version:3.6.1"
11>
12
13wheel: <
14 name: "infra/python/wheels/six-py2_py3"
15 version: "version:1.10.0"
Sean McAllisterb2fd9462020-07-23 12:41:02 -060016>
17
18wheel: <
19 name: "infra/python/wheels/pyyaml-py3"
20 version: "version:5.3.1"
Andrew Lamb517dd252020-02-19 09:28:24 -070021>