awscli2: expand cryptography version pin
This commit is contained in:
parent
be187cd665
commit
6481e1f8b0
@ -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 = ''
|
||||
|
Loading…
Reference in New Issue
Block a user