awscli2: 2.12.7 -> 2.13.3

This commit is contained in:
Theodore Ni 2023-07-21 18:27:27 -07:00 committed by Martin Weinelt
parent 50d38ab78d
commit 10fd6d034b

View File

@ -28,11 +28,6 @@ with py.pkgs; buildPythonApplication rec {
hash = "sha256-+2+7eoe9cNBe9IjfAkAH6vXZ071k59keqFwo9M6tl9s=";
};
postPatch = ''
substituteInPlace requirements/bootstrap.txt \
--replace "pip>=22.0.0,<23.0.0" "pip>=22.0.0,<24.0.0"
'';
nativeBuildInputs = [
flit-core
];
@ -74,8 +69,6 @@ with py.pkgs; buildPythonApplication rec {
rm $out/bin/aws.cmd
'';
doCheck = true;
preCheck = ''
export PATH=$PATH:$out/bin
export HOME=$(mktemp -d)