Unverified Commit 711b534c authored by Marcus Ramberg's avatar Marcus Ramberg Committed by GitHub
Browse files

Merge pull request #301986 from mrene/google-cloud-sdk/fix-storage-signurl

google-cloud-sdk: fix gcloud storage sign-url error due to missing pyopenssl dependency
parents 3241bdaf d737eafb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@ let
  pythonEnv = python.withPackages (p: with p; [
    cffi
    cryptography
    openssl
    pyopenssl
    crcmod
    numpy
  ] ++ lib.optional (with-gce) google-compute-engine);