awsebcli: fixup, bump termcolor dependecy
This commit is contained in:
parent
e62d70a790
commit
109aabe2e8
@ -52,7 +52,7 @@ with localPython.pkgs; buildPythonApplication rec {
|
||||
--replace "botocore>1.23.41,<1.24.0" "botocore>1.23.41,<2" \
|
||||
--replace "pathspec==0.9.0" "pathspec>=0.10.0,<0.11.0" \
|
||||
--replace "colorama>=0.2.5,<0.4.4" "colorama>=0.2.5,<=0.4.6" \
|
||||
--replace "termcolor == 1.1.0" "termcolor>=2.0.0,<2.1.0"
|
||||
--replace "termcolor == 1.1.0" "termcolor>=2.0.0,<2.2.0"
|
||||
'';
|
||||
|
||||
buildInputs = [
|
||||
|
Loading…
Reference in New Issue
Block a user