From 49182c531ad98621347ea0f0934cbca62ef5a220 Mon Sep 17 00:00:00 2001
From: Jean-Michel Picod <jmichel@google.com>
Date: Thu, 12 Mar 2020 13:23:54 +0100
Subject: [PATCH] Add new python dependency

---
 setup.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/setup.sh b/setup.sh
index 5f9e638..93b7e12 100755
--- a/setup.sh
+++ b/setup.sh
@@ -81,7 +81,7 @@ source tools/gen_key_materials.sh
 generate_crypto_materials N
 
 rustup install $(head -n 1 rust-toolchain)
-pip3 install --user --upgrade tockloader
+pip3 install --user --upgrade tockloader six
 rustup target add thumbv7em-none-eabi
 
 # Install dependency to create applications.
-- 
GitLab