aws-sam-cli: Fix pyyaml override
This commit is contained in:
parent
8de2c9edb5
commit
93a90e1fbb
@ -59,6 +59,7 @@ buildPythonApplication rec {
|
|||||||
postPatch = ''
|
postPatch = ''
|
||||||
substituteInPlace requirements/base.txt --replace "requests==2.20.1" "requests==2.21.0"
|
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 "six~=1.11.0" "six~=1.12.0"
|
||||||
|
substituteInPlace requirements/base.txt --replace "PyYAML~=3.12" "PyYAML~=5.1"
|
||||||
'';
|
'';
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user