aws-sam-cli: fix build, relax deps
This commit is contained in:
parent
580dc52e0b
commit
e5ae5b796f
1 changed files with 7 additions and 0 deletions
|
@ -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; [
|
||||
|
|
Loading…
Reference in a new issue