summary refs log tree commit diff
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2023-08-26 16:05:15 +0200
committerFabian Affolter <mail@fabian-affolter.ch>2023-08-26 16:05:15 +0200
commit56c7025b4ee260e946ed797d747e04b87921cf1f (patch)
tree5c94eaa143b05de0aac8786658596199236c8f66
parent549cdad38971e32417dc99b16fdab83e2a1fe0e5 (diff)
downloadnixpkgs-56c7025b4ee260e946ed797d747e04b87921cf1f.tar
nixpkgs-56c7025b4ee260e946ed797d747e04b87921cf1f.tar.gz
nixpkgs-56c7025b4ee260e946ed797d747e04b87921cf1f.tar.bz2
nixpkgs-56c7025b4ee260e946ed797d747e04b87921cf1f.tar.lz
nixpkgs-56c7025b4ee260e946ed797d747e04b87921cf1f.tar.xz
nixpkgs-56c7025b4ee260e946ed797d747e04b87921cf1f.tar.zst
nixpkgs-56c7025b4ee260e946ed797d747e04b87921cf1f.zip
aws-sam-cli: relax aws-lambda-builders constraint
-rw-r--r--pkgs/development/tools/aws-sam-cli/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/development/tools/aws-sam-cli/default.nix b/pkgs/development/tools/aws-sam-cli/default.nix
index 08a76223acf..311e44051d6 100644
--- a/pkgs/development/tools/aws-sam-cli/default.nix
+++ b/pkgs/development/tools/aws-sam-cli/default.nix
@@ -42,9 +42,11 @@ python3.pkgs.buildPythonApplication rec {
   postPatch = ''
     substituteInPlace requirements/base.txt \
       --replace 'PyYAML>=' 'PyYAML>=5.4.1 #' \
+      --replace "aws_lambda_builders==" "aws_lambda_builders>=" \
       --replace 'aws-sam-translator==1.70.0' 'aws-sam-translator>=1.60.1' \
       --replace 'boto3>=' 'boto3>=1.26.79 #' \
       --replace 'cfn-lint~=0.77.9' 'cfn-lint~=0.73.2' \
+      --replace "cookiecutter~=" "cookiecutter>=" \
       --replace 'docker~=6.1.0' 'docker~=6.0.1' \
       --replace 'ruamel_yaml~=0.17.32' 'ruamel_yaml~=0.17.21' \
       --replace 'tomlkit==0.11.8' 'tomlkit>=0.11.8' \