mirror of
https://chromium.googlesource.com/chromium/tools/depot_tools.git
synced 2026-01-11 18:51:29 +00:00
The previous version was built against a different MSVC runtime than the Python interpreter on Windows, which is unsafe on Python 2.7. Note that this will now use a pure-Python implementation of crcmod on Windows, since there is no packaged wheel available (only an msi, which we don't currently support repackaging). Bug: 1297798 Change-Id: I91e4f58cf2b994280c1620fec86dd8638d8a78ab Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/3474820 Auto-Submit: Brian Ryner <bryner@google.com> Reviewed-by: Robbie Iannucci <iannucci@chromium.org> Commit-Queue: Robbie Iannucci <iannucci@chromium.org>
105 lines
2.2 KiB
Plaintext
105 lines
2.2 KiB
Plaintext
# vpython VirtualEnv protobuf for "gsutil".
|
|
#
|
|
# See:
|
|
# https://chromium.googlesource.com/infra/luci/luci-go/+/HEAD/vpython/api/vpython/spec.proto
|
|
#
|
|
# This is a "vpython" VirtualEnv specification applied to invocations of "gsutil"
|
|
# by the bootstrap wrapper, "gsutil.py". It ensures that any Python distribution
|
|
# has the expected Python packages installed.
|
|
#
|
|
# This is specifically relevant on Google Compute Engine invocations of
|
|
# "gsutil", where a stock system-deployed file in "/etc/" explicitly specifies
|
|
# that the "google_compute_engine" and "boto" Python packages are available.
|
|
|
|
python_version: "2.7"
|
|
|
|
wheel <
|
|
name: "infra/python/wheels/google_compute_engine-py2_py3"
|
|
version: "version:2.6.2"
|
|
>
|
|
wheel <
|
|
name: "infra/python/wheels/boto-py2_py3"
|
|
version: "version:2.48.0"
|
|
>
|
|
|
|
# "gsutil" on non-GCE can require PyOpenSSL, which, in turn, requires
|
|
# "cryptography".
|
|
|
|
wheel: <
|
|
name: "infra/python/wheels/pyopenssl-py2_py3"
|
|
version: "version:17.2.0"
|
|
>
|
|
|
|
##
|
|
# BEGIN "cryptography" dependencies.
|
|
##
|
|
|
|
wheel: <
|
|
name: "infra/python/wheels/cryptography/${vpython_platform}"
|
|
version: "version:2.9.2.chromium.1"
|
|
>
|
|
|
|
wheel: <
|
|
name: "infra/python/wheels/appdirs-py2_py3"
|
|
version: "version:1.4.3"
|
|
>
|
|
|
|
wheel: <
|
|
name: "infra/python/wheels/enum34-py2"
|
|
version: "version:1.1.6"
|
|
>
|
|
|
|
wheel: <
|
|
name: "infra/python/wheels/cffi/${vpython_platform}"
|
|
version: "version:1.14.5.chromium.7"
|
|
>
|
|
|
|
wheel: <
|
|
name: "infra/python/wheels/idna-py2_py3"
|
|
version: "version:2.5"
|
|
>
|
|
|
|
wheel: <
|
|
name: "infra/python/wheels/ipaddress-py2"
|
|
version: "version:1.0.18"
|
|
>
|
|
|
|
wheel: <
|
|
name: "infra/python/wheels/packaging-py2_py3"
|
|
version: "version:16.8"
|
|
>
|
|
|
|
wheel: <
|
|
name: "infra/python/wheels/pyasn1-py2_py3"
|
|
version: "version:0.2.3"
|
|
>
|
|
|
|
wheel: <
|
|
name: "infra/python/wheels/pycparser-py2_py3"
|
|
version: "version:2.17"
|
|
>
|
|
|
|
wheel: <
|
|
name: "infra/python/wheels/pyparsing-py2_py3"
|
|
version: "version:2.2.0"
|
|
>
|
|
|
|
wheel: <
|
|
name: "infra/python/wheels/setuptools-py2_py3"
|
|
version: "version:34.3.2"
|
|
>
|
|
|
|
wheel: <
|
|
name: "infra/python/wheels/six-py2_py3"
|
|
version: "version:1.10.0"
|
|
>
|
|
|
|
##
|
|
# END "cryptography" dependencies.
|
|
##
|
|
|
|
wheel: <
|
|
name: "infra/python/wheels/crcmod/${vpython_platform}"
|
|
version: "version:1.7.chromium.3"
|
|
>
|