summary refs log tree commit diff
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2022-01-20 09:46:05 +0100
committerMartin Weinelt <hexa@darmstadt.ccc.de>2022-01-23 01:09:40 +0100
commit7b06ef340478ee9ce377b7ddaae52c3b80bd9bf1 (patch)
tree372018a271329efdf38a49932c4d70c1ea7e220e
parent776cbab8d7e1c4a252f2756ed50847aff8ae7d11 (diff)
downloadnixpkgs-7b06ef340478ee9ce377b7ddaae52c3b80bd9bf1.tar
nixpkgs-7b06ef340478ee9ce377b7ddaae52c3b80bd9bf1.tar.gz
nixpkgs-7b06ef340478ee9ce377b7ddaae52c3b80bd9bf1.tar.bz2
nixpkgs-7b06ef340478ee9ce377b7ddaae52c3b80bd9bf1.tar.lz
nixpkgs-7b06ef340478ee9ce377b7ddaae52c3b80bd9bf1.tar.xz
nixpkgs-7b06ef340478ee9ce377b7ddaae52c3b80bd9bf1.tar.zst
nixpkgs-7b06ef340478ee9ce377b7ddaae52c3b80bd9bf1.zip
aws-sam-cli: relax tomlkit constraint
-rw-r--r--pkgs/development/tools/aws-sam-cli/default.nix5
1 files changed, 3 insertions, 2 deletions
diff --git a/pkgs/development/tools/aws-sam-cli/default.nix b/pkgs/development/tools/aws-sam-cli/default.nix
index 444bc39bddd..0bbe2056be5 100644
--- a/pkgs/development/tools/aws-sam-cli/default.nix
+++ b/pkgs/development/tools/aws-sam-cli/default.nix
@@ -44,11 +44,12 @@ python3.pkgs.buildPythonApplication rec {
       --replace "dateparser~=1.0" "dateparser>=0.7" \
       --replace "docker~=4.2.0" "docker>=4.2.0" \
       --replace "Flask~=1.1.2" "Flask~=2.0" \
-      --replace "PyYAML~=5.3" "PyYAML" \
+      --replace "PyYAML~=5.3" "PyYAML #" \
       --replace "regex==" "regex #" \
       --replace "requests==" "requests #" \
       --replace "typing_extensions==" "typing-extensions #" \
-      --replace "tzlocal==3.0" "tzlocal" \
+      --replace "tzlocal==3.0" "tzlocal #" \
+      --replace "tomlkit==0.7.2" "tomlkit #" \
       --replace "watchdog==" "watchdog #"
   '';