blob: a0e0a89e4b7d46c9179a00225e9f0e8b9bac64ae [file] [log] [blame]
Josip Sokcevic19096962022-03-10 17:56:09 +00001# vpython VirtualEnv protobuf for "gsutil".
2#
3# See:
4# https://chromium.googlesource.com/infra/luci/luci-go/+/HEAD/vpython/api/vpython/spec.proto
5#
6# This is a "vpython" VirtualEnv specification applied to invocations of "gsutil"
7# by the bootstrap wrapper, "gsutil.py". It ensures that any Python distribution
8# has the expected Python packages installed.
9#
10# This is specifically relevant on Google Compute Engine invocations of
11# "gsutil", where a stock system-deployed file in "/etc/" explicitly specifies
12# that the "google_compute_engine" and "boto" Python packages are available.
13
14python_version: "3.8"
15
16wheel: <
17 name: "infra/python/wheels/crcmod/${vpython_platform}"
18 version: "version:1.7.chromium.3"
19>