Josip Sokcevic | 1909696 | 2022-03-10 17:56:09 +0000 | [diff] [blame] | 1 | # 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 | |
| 14 | python_version: "3.8" |
| 15 | |
| 16 | wheel: < |
| 17 | name: "infra/python/wheels/crcmod/${vpython_platform}" |
| 18 | version: "version:1.7.chromium.3" |
| 19 | > |