gsutil.vpython3 715 B

12345678910111213141516171819
  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. python_version: "3.8"
  14. wheel: <
  15. name: "infra/python/wheels/crcmod/${vpython_platform}"
  16. version: "version:1.7.chromium.3"
  17. >