awsebcli: fixup botocore, pathspec, termcolor dependencies
This commit is contained in:
parent
7275d316f8
commit
d47e9bf0cd
1 changed files with 3 additions and 2 deletions
|
@ -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 = [
|
||||
|
|
Loading…
Reference in a new issue