Skip to content

Commit

Permalink
Merge pull request #301986 from mrene/google-cloud-sdk/fix-storage-si…
Browse files Browse the repository at this point in the history
…gnurl

google-cloud-sdk: fix gcloud storage sign-url error due to missing pyopenssl dependency
  • Loading branch information
marcusramberg authored May 12, 2024
2 parents 3241bda + d737eaf commit 711b534
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/tools/admin/google-cloud-sdk/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ let
pythonEnv = python.withPackages (p: with p; [
cffi
cryptography
openssl
pyopenssl
crcmod
numpy
] ++ lib.optional (with-gce) google-compute-engine);
Expand Down

0 comments on commit 711b534

Please sign in to comment.