Skip to content

Commit 1ca780f

Browse files
authored
awscli2: relax flit_core version pin (#367979)
2 parents 8e516a4 + 7b7d8a3 commit 1ca780f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkgs/by-name/aw/awscli2/package.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ py.pkgs.buildPythonApplication rec {
7474

7575
postPatch = ''
7676
substituteInPlace pyproject.toml \
77+
--replace-fail 'flit_core>=3.7.1,<3.9.1' 'flit_core>=3.7.1' \
7778
--replace-fail 'awscrt>=0.19.18,<=0.22.0' 'awscrt>=0.22.0' \
7879
--replace-fail 'cryptography>=40.0.0,<43.0.2' 'cryptography>=43.0.0' \
7980
--replace-fail 'distro>=1.5.0,<1.9.0' 'distro>=1.5.0' \

0 commit comments

Comments
 (0)