Skip to content

Commit

Permalink
Pin pyopenssl version for gsutil recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
moz-mdauer committed Dec 2, 2024
1 parent 22fcff1 commit 128a474
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion recipes/linux/gsutil.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,10 @@ case "${1-install}" in
apt-install-auto \
pipx

PIPX_HOME=/opt/pipx PIPX_BIN_DIR=/usr/local/bin retry pipx install gsutil
# Pin the pyopenssl version as gsutil is currently broken with
# the most recent version, see:
# https://github.com/GoogleCloudPlatform/gsutil/issues/1820
PIPX_HOME=/opt/pipx PIPX_BIN_DIR=/usr/local/bin retry pipx install gsutil --pip-args "pyopenssl==24.2.1"
;;
test)
gsutil version
Expand Down

0 comments on commit 128a474

Please sign in to comment.