aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFathi Boudra <fathi.boudra@linaro.org>2017-11-10 07:54:32 +0200
committerFathi Boudra <fathi.boudra@linaro.org>2017-11-10 07:54:32 +0200
commit65cf683c58f40a76e4a1742b031453bbc4642cf2 (patch)
treefa97264593dba186eeaee96d7200f78e68122c9a
parentfbf0bedc027cf814d7e05c4fb44bd7444b64c587 (diff)
zephyr: add python3 setuptools and wheel build dependencies
Change-Id: I0fb6e85dd001a790e9633bd08d659cc0eaf0e25d Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
-rwxr-xr-xzephyr-aeolus/builders.sh2
-rwxr-xr-xzephyr-upstream/builders.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/zephyr-aeolus/builders.sh b/zephyr-aeolus/builders.sh
index d5fba1331f..9c4a3ab561 100755
--- a/zephyr-aeolus/builders.sh
+++ b/zephyr-aeolus/builders.sh
@@ -3,7 +3,7 @@
sudo apt-get -q=2 update
sudo apt-get -q=2 -y install ccache cmake g++-multilib gcc-arm-none-eabi git \
python3-pip python-requests python-serial python3-serial python3-ply \
- python3-yaml socat rsync device-tree-compiler
+ python3-yaml python3-setuptools python3-wheel socat rsync device-tree-compiler
set -ex
diff --git a/zephyr-upstream/builders.sh b/zephyr-upstream/builders.sh
index f79c241c5c..e2ea330c44 100755
--- a/zephyr-upstream/builders.sh
+++ b/zephyr-upstream/builders.sh
@@ -3,7 +3,7 @@
sudo apt-get -q=2 update
sudo apt-get -q=2 -y install git g++ g++-multilib gperf python3-ply \
python3-yaml gcc-arm-none-eabi python-requests rsync device-tree-compiler \
- python3-pip
+ python3-pip python3-setuptools python3-wheel
set -ex