mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-19 11:00:19 +03:00
Merge pull request #178313 from lrworth/aws-cli-2-fix-cryptography-bounds
awscli2: fix python dependency versions
This commit is contained in:
commit
5e40d30200
@ -67,6 +67,7 @@ with py.pkgs; buildPythonApplication rec {
|
||||
postPatch = ''
|
||||
substituteInPlace setup.cfg \
|
||||
--replace "colorama>=0.2.5,<0.4.4" "colorama" \
|
||||
--replace "cryptography>=3.3.2,<37.0.0" "cryptography" \
|
||||
--replace "docutils>=0.10,<0.16" "docutils" \
|
||||
--replace "ruamel.yaml>=0.15.0,<0.16.0" "ruamel.yaml" \
|
||||
--replace "wcwidth<0.2.0" "wcwidth" \
|
||||
|
Loading…
Reference in New Issue
Block a user