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" |
Sean McAllister | b2fd946 | 2020-07-23 12:41:02 -0600 | [diff] [blame^] | 16 | > |
| 17 | |
| 18 | wheel: < |
| 19 | name: "infra/python/wheels/pyyaml-py3" |
| 20 | version: "version:5.3.1" |
Andrew Lamb | 517dd25 | 2020-02-19 09:28:24 -0700 | [diff] [blame] | 21 | > |