We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8e516a4 + 7b7d8a3 commit 1ca780fCopy full SHA for 1ca780f
pkgs/by-name/aw/awscli2/package.nix
@@ -74,6 +74,7 @@ py.pkgs.buildPythonApplication rec {
74
75
postPatch = ''
76
substituteInPlace pyproject.toml \
77
+ --replace-fail 'flit_core>=3.7.1,<3.9.1' 'flit_core>=3.7.1' \
78
--replace-fail 'awscrt>=0.19.18,<=0.22.0' 'awscrt>=0.22.0' \
79
--replace-fail 'cryptography>=40.0.0,<43.0.2' 'cryptography>=43.0.0' \
80
--replace-fail 'distro>=1.5.0,<1.9.0' 'distro>=1.5.0' \
0 commit comments