awscli2: expand cryptography version pin

This commit is contained in:
Maxine Aubrey 2022-12-08 01:13:51 +01:00
parent be187cd665
commit 6481e1f8b0
No known key found for this signature in database
GPG Key ID: F6FE033DFCB899F7

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 = ''