Commit d737eafb authored by Mathieu Rene's avatar Mathieu Rene
Browse files

google-cloud-sdk: fix gcloud storage sign-url error due to missing pyopenssl dependency

parent 685b2a4e
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);