Merge pull request #191573 from tjni/awsebcli

This commit is contained in:
Sandro 2022-09-23 21:26:44 +02:00 committed by GitHub
commit 2554d8c5ae
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -51,7 +51,8 @@ with localPython.pkgs; buildPythonApplication rec {
--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.49" \
--replace "pathspec==0.9.0" "pathspec>=0.9.0"
'';
buildInputs = [