Unverified Commit 8669c583 authored by Martin Weinelt's avatar Martin Weinelt Committed by GitHub
Browse files

python31{2,3}Packages.localstack-ext: fix build error (#439380)

parents 387dba74 cb54c881
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -9,6 +9,7 @@
  dnspython,
  plux,
  pyaes,
  pyjwt,
  pyotp,
  python-jose,
  requests,
@@ -47,11 +48,12 @@ buildPythonPackage rec {
    dnspython
    plux
    pyaes
    pyjwt
    pyotp
    python-dateutil
    python-jose
    requests
    tabulate
    python-dateutil
  ]
  ++ python-jose.optional-dependencies.cryptography;