Skip to content

Commit 8669c58

Browse files
authored
python31{2,3}Packages.localstack-ext: fix build error (#439380)
2 parents 387dba7 + cb54c88 commit 8669c58

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

  • pkgs/development/python-modules/localstack-ext

pkgs/development/python-modules/localstack-ext/default.nix

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
dnspython,
1010
plux,
1111
pyaes,
12+
pyjwt,
1213
pyotp,
1314
python-jose,
1415
requests,
@@ -47,11 +48,12 @@ buildPythonPackage rec {
4748
dnspython
4849
plux
4950
pyaes
51+
pyjwt
5052
pyotp
53+
python-dateutil
5154
python-jose
5255
requests
5356
tabulate
54-
python-dateutil
5557
]
5658
++ python-jose.optional-dependencies.cryptography;
5759

0 commit comments

Comments
 (0)