aws-sam-cli: fix build error due jmespath version
Refs: ZHF: #172160 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
This commit is contained in:
parent
4f907176e4
commit
8f91fe6f82
1 changed files with 1 additions and 0 deletions
|
@ -44,6 +44,7 @@ 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 "jmespath~=0.10.0" "jmespath" \
|
||||
--replace "PyYAML~=5.3" "PyYAML #" \
|
||||
--replace "regex==" "regex #" \
|
||||
--replace "requests==" "requests #" \
|
||||
|
|
Loading…
Reference in a new issue