aws-sam-cli: Fix pyyaml override

wip/yesman
David Leung 5 years ago
parent 8de2c9edb5
commit 93a90e1fbb
No known key found for this signature in database
GPG Key ID: 5CD75B8491383836
  1. 1
      pkgs/development/tools/aws-sam-cli/default.nix

@ -59,6 +59,7 @@ buildPythonApplication rec {
postPatch = ''
substituteInPlace requirements/base.txt --replace "requests==2.20.1" "requests==2.21.0"
substituteInPlace requirements/base.txt --replace "six~=1.11.0" "six~=1.12.0"
substituteInPlace requirements/base.txt --replace "PyYAML~=3.12" "PyYAML~=5.1"
'';
meta = with lib; {

Loading…
Cancel
Save