awsebcli: fixup botocore, pathspec, termcolor dependencies

This commit is contained in:
Kirill Radzikhovskyy 2022-09-19 06:09:14 +10:00 committed by Sandro Jäckel
parent 7275d316f8
commit d47e9bf0cd
No known key found for this signature in database
GPG key ID: B1763F8651144063

View file

@ -50,8 +50,9 @@ with localPython.pkgs; buildPythonApplication rec {
substituteInPlace setup.py \
--replace "six>=1.11.0,<1.15.0" "six==1.16.0" \
--replace "requests>=2.20.1,<=2.26" "requests==2.28.1" \
--replace "jmespath>=0.7.1,<1.0.0" "jmespath==1.0.1" \
--replace "botocore>1.23.41,<1.24.0" "botocore>1.23.41,<1.27.49"
--replace "botocore>1.23.41,<1.24.0" "botocore>1.23.41,<1.27.76" \
--replace "pathspec==0.9.0" "pathspec>=0.10.0,<0.11.0" \
--replace "termcolor == 1.1.0" "termcolor>=2.0.0,<2.1.0"
'';
buildInputs = [