From 0261641f44dd7ba57f6bae976f41749f57652a09 Mon Sep 17 00:00:00 2001 From: Greg Hogan Date: Sun, 4 Mar 2018 15:19:28 -0600 Subject: [PATCH] added missing python packages --- board/get_sdk.sh | 2 +- board/get_sdk_mac.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/board/get_sdk.sh b/board/get_sdk.sh index 2248d1b9ec49ba..7b8d1f9154c0ac 100755 --- a/board/get_sdk.sh +++ b/board/get_sdk.sh @@ -1,3 +1,3 @@ #!/bin/bash sudo apt-get install gcc-arm-none-eabi python-pip -sudo pip2 install libusb1 +sudo pip2 install libusb1 pycrypto requests diff --git a/board/get_sdk_mac.sh b/board/get_sdk_mac.sh index 1c4c74ff8c037b..a6f641dce12116 100644 --- a/board/get_sdk_mac.sh +++ b/board/get_sdk_mac.sh @@ -2,4 +2,4 @@ # Need formula for gcc brew tap ArmMbed/homebrew-formulae brew install python dfu-util arm-none-eabi-gcc -pip2 install libusb1 +pip2 install libusb1 pycrypto requests