aws-sam-cli: refactor

This commit is contained in:
Fabian Affolter 2024-03-22 08:33:48 +01:00
parent 463be7475e
commit 93dc788c28

View File

@ -22,7 +22,7 @@ python3.pkgs.buildPythonApplication rec {
hash = "sha256-FJHHEsdi2uGP9/GxrANsVEuxZiS4M4BPBGoARQBQpkA="; hash = "sha256-FJHHEsdi2uGP9/GxrANsVEuxZiS4M4BPBGoARQBQpkA=";
}; };
nativeBuildInputs = with python3.pkgs; [ build-system = with python3.pkgs; [
pythonRelaxDepsHook pythonRelaxDepsHook
setuptools setuptools
]; ];
@ -42,7 +42,7 @@ python3.pkgs.buildPythonApplication rec {
"tzlocal" "tzlocal"
]; ];
propagatedBuildInputs = with python3.pkgs; [ dependencies = with python3.pkgs; [
aws-lambda-builders aws-lambda-builders
aws-sam-translator aws-sam-translator
boto3 boto3