Loading pkgs/development/python-modules/localstack-client/default.nix +7 −0 Original line number Diff line number Diff line Loading @@ -3,6 +3,9 @@ , fetchFromGitHub , boto3 , pytestCheckHook # downstream dependencies , localstack }: buildPythonPackage rec { Loading Loading @@ -39,6 +42,10 @@ buildPythonPackage rec { # For tests __darwinAllowLocalNetworking = true; passthru.tests = { inherit localstack; }; meta = with lib; { description = "A lightweight Python client for LocalStack"; homepage = "https://github.com/localstack/localstack-python-client"; Loading pkgs/development/python-modules/localstack-ext/default.nix +7 −0 Original line number Diff line number Diff line Loading @@ -9,6 +9,9 @@ , python-jose , requests , tabulate # Sensitive downstream dependencies , localstack }: buildPythonPackage rec { Loading Loading @@ -50,6 +53,10 @@ buildPythonPackage rec { # No tests in repo doCheck = false; passthru.tests = { inherit localstack; }; meta = with lib; { description = "Extensions for LocalStack"; homepage = "https://github.com/localstack/localstack"; Loading Loading
pkgs/development/python-modules/localstack-client/default.nix +7 −0 Original line number Diff line number Diff line Loading @@ -3,6 +3,9 @@ , fetchFromGitHub , boto3 , pytestCheckHook # downstream dependencies , localstack }: buildPythonPackage rec { Loading Loading @@ -39,6 +42,10 @@ buildPythonPackage rec { # For tests __darwinAllowLocalNetworking = true; passthru.tests = { inherit localstack; }; meta = with lib; { description = "A lightweight Python client for LocalStack"; homepage = "https://github.com/localstack/localstack-python-client"; Loading
pkgs/development/python-modules/localstack-ext/default.nix +7 −0 Original line number Diff line number Diff line Loading @@ -9,6 +9,9 @@ , python-jose , requests , tabulate # Sensitive downstream dependencies , localstack }: buildPythonPackage rec { Loading Loading @@ -50,6 +53,10 @@ buildPythonPackage rec { # No tests in repo doCheck = false; passthru.tests = { inherit localstack; }; meta = with lib; { description = "Extensions for LocalStack"; homepage = "https://github.com/localstack/localstack"; Loading