From 52343ed86f0590f1e0b4ec576f0beb5810701b44 Mon Sep 17 00:00:00 2001 From: Minjun Date: Fri, 10 Sep 2021 21:47:10 +0800 Subject: [PATCH] Added one python package required by one of the tockloader dependencies; (#376) Signed-off-by: minjun --- setup.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/setup.sh b/setup.sh index 90ee8c8..37a2d69 100755 --- a/setup.sh +++ b/setup.sh @@ -37,6 +37,10 @@ check_command pip3 source tools/gen_key_materials.sh generate_crypto_materials N +# Install python dependencies (testresources) required by "launchpadlib", +# which is used by one of the tockloader dependencies. +pip3 install --user testresources + rustup install $(head -n 1 rust-toolchain) pip3 install --user --upgrade 'tockloader==1.5' six intelhex rustup target add thumbv7em-none-eabi