blob: 5482c2e27766d2617227410190512793e3ae4380 [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"
16>