aws-sam-cli: fix build
Also simplify requests substitution; not needed to fix build but was not matching anything before
This commit is contained in:
parent
196138ea6b
commit
70350a8b08
@ -44,8 +44,8 @@ python3.pkgs.buildPythonApplication rec {
|
||||
--replace "Flask~=1.1.2" "Flask~=2.0" \
|
||||
--replace "dateparser~=0.7" "dateparser>=0.7" \
|
||||
--replace "docker~=4.2.0" "docker>=4.2.0" \
|
||||
--replace "requests==2.23.0" "requests~=2.24" \
|
||||
--replace "watchdog==0.10.3" "watchdog"
|
||||
--replace "requests==" "requests~=" \
|
||||
--replace "watchdog==" "watchdog #"
|
||||
'';
|
||||
|
||||
meta = with lib; {
|
||||
|
Loading…
Reference in New Issue
Block a user