aws-sam-cli: Fix pyyaml override

This commit is contained in:
David Leung 2019-05-25 20:43:54 +08:00
parent 8de2c9edb5
commit 93a90e1fbb
No known key found for this signature in database
GPG Key ID: 5CD75B8491383836

View File

@ -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; {