awscli2: fix build

This commit is contained in:
Jonathan Ringer
2022-07-21 22:35:27 +02:00
committed by Martin Weinelt
parent bee2c7a69b
commit 3be8aceb7e
+3
View File
@@ -22,6 +22,8 @@ let
inherit version;
sha256 = "sha256-uF0FZ7hmYUmpMXJxLmiSBzQzPAzn6Jt4s+mH9x5e1Pk=";
};
# pypi missing test suite
doCheck = false;
});
};
};
@@ -71,6 +73,7 @@ with py.pkgs; buildPythonApplication rec {
--replace "docutils>=0.10,<0.16" "docutils" \
--replace "ruamel.yaml>=0.15.0,<0.16.0" "ruamel.yaml" \
--replace "wcwidth<0.2.0" "wcwidth" \
--replace "prompt-toolkit>=3.0.24,<3.0.29" "prompt-toolkit~=3.0" \
--replace "distro>=1.5.0,<1.6.0" "distro"
'';