18 # Sensitive downstream dependencies
22 buildPythonPackage rec {
23 pname = "localstack-ext";
28 pname = "localstack_ext";
30 hash = "sha256-gd+HyZnezgtKrSKJOYtxUZHTPMrrpKWQHGvaIs9FyVs=";
39 # Avoid circular dependency
55 ] ++ python-jose.optional-dependencies.cryptography;
57 pythonImportsCheck = [ "localstack" ];
67 description = "Extensions for LocalStack";
68 homepage = "https://github.com/localstack/localstack";
69 license = lib.licenses.asl20;