awsebcli: fixup, bump termcolor dependecy

This commit is contained in:
Kirill Radzikhovskyy 2023-01-01 18:14:09 +09:00 committed by Martin Weinelt
parent e62d70a790
commit 109aabe2e8

View file

@ -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 = [