Merge pull request #205073 from maxeaubrey/awscli2_deps

awscli2: expand cryptography version pin
This commit is contained in:
maxine 2022-12-08 12:43:58 +01:00 committed by GitHub
commit b2c0afa41f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -78,7 +78,8 @@ with py.pkgs; buildPythonApplication rec {
--replace "colorama>=0.2.5,<0.4.4" "colorama" \
--replace "distro>=1.5.0,<1.6.0" "distro" \
--replace "docutils>=0.10,<0.16" "docutils" \
--replace "wcwidth<0.2.0" "wcwidth"
--replace "wcwidth<0.2.0" "wcwidth" \
--replace "cryptography>=3.3.2,<=38.0.1" "cryptography>=3.3.2,<=38.0.3"
'';
postInstall = ''