aws-sam-cli: fix build, relax deps

This commit is contained in:
Martin Weinelt 2023-12-16 13:35:46 +01:00
parent 580dc52e0b
commit e5ae5b796f
No known key found for this signature in database
GPG key ID: 87C1E9888F856759

View file

@ -24,12 +24,19 @@ python3.pkgs.buildPythonApplication rec {
nativeBuildInputs = with python3.pkgs; [
pythonRelaxDepsHook
setuptools
];
pythonRelaxDeps = [
"aws-sam-translator"
"boto3-stubs"
"tzlocal"
"cookiecutter"
"docker"
"aws-lambda-builders"
"tomlkit"
"rich"
"jsonschema"
];
propagatedBuildInputs = with python3.pkgs; [