Dan Jacques | 509776e | 2017-09-07 18:01:08 -0700 | [diff] [blame^] | 1 | # vpython VirtualEnv protobuf for "gsutil". |
| 2 | # |
| 3 | # See: |
| 4 | # https://chromium.googlesource.com/infra/luci/luci-go/+/master/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 | wheel < |
| 15 | name: "infra/python/wheels/google_compute_engine-py2_py3" |
| 16 | version: "version:2.3.7" |
| 17 | > |
| 18 | wheel < |
| 19 | name: "infra/python/wheels/boto-py2_py3" |
| 20 | version: "version:2.47.0" |
| 21 | > |
| 22 | |
| 23 | # "gsutil" on non-GCE can require PyOpenSSL, which, in turn, requires |
| 24 | # "cryptography". |
| 25 | |
| 26 | wheel: < |
| 27 | name: "infra/python/wheels/pyopenssl-py2_py3" |
| 28 | version: "version:17.2.0" |
| 29 | > |
| 30 | |
| 31 | ## |
| 32 | # BEGIN "cryptography" dependencies. |
| 33 | ## |
| 34 | |
| 35 | wheel: < |
| 36 | name: "infra/python/wheels/cryptography/${platform}_${py_python}_${py_abi}" |
| 37 | version: "version:2.0.3" |
| 38 | > |
| 39 | |
| 40 | wheel: < |
| 41 | name: "infra/python/wheels/appdirs-py2_py3" |
| 42 | version: "version:1.4.3" |
| 43 | > |
| 44 | |
| 45 | wheel: < |
| 46 | name: "infra/python/wheels/asn1crypto-py2_py3" |
| 47 | version: "version:0.22.0" |
| 48 | > |
| 49 | |
| 50 | wheel: < |
| 51 | name: "infra/python/wheels/enum34-py2" |
| 52 | version: "version:1.1.6" |
| 53 | > |
| 54 | |
| 55 | wheel: < |
| 56 | name: "infra/python/wheels/cffi/${platform}_${py_python}_${py_abi}" |
| 57 | version: "version:1.10.0" |
| 58 | > |
| 59 | |
| 60 | wheel: < |
| 61 | name: "infra/python/wheels/idna-py2_py3" |
| 62 | version: "version:2.5" |
| 63 | > |
| 64 | |
| 65 | wheel: < |
| 66 | name: "infra/python/wheels/ipaddress-py2" |
| 67 | version: "version:1.0.18" |
| 68 | > |
| 69 | |
| 70 | wheel: < |
| 71 | name: "infra/python/wheels/packaging-py2_py3" |
| 72 | version: "version:16.8" |
| 73 | > |
| 74 | |
| 75 | wheel: < |
| 76 | name: "infra/python/wheels/pyasn1-py2_py3" |
| 77 | version: "version:0.2.3" |
| 78 | > |
| 79 | |
| 80 | wheel: < |
| 81 | name: "infra/python/wheels/pycparser-py2_py3" |
| 82 | version: "version:2.17" |
| 83 | > |
| 84 | |
| 85 | wheel: < |
| 86 | name: "infra/python/wheels/pyparsing-py2_py3" |
| 87 | version: "version:2.2.0" |
| 88 | > |
| 89 | |
| 90 | wheel: < |
| 91 | name: "infra/python/wheels/setuptools-py2_py3" |
| 92 | version: "version:34.3.2" |
| 93 | > |
| 94 | |
| 95 | wheel: < |
| 96 | name: "infra/python/wheels/six-py2_py3" |
| 97 | version: "version:1.10.0" |
| 98 | > |
| 99 | |
| 100 | ## |
| 101 | # END "cryptography" dependencies. |
| 102 | ## |