From d006cc48677319583812573391c0b97c2e858810 Mon Sep 17 00:00:00 2001 From: Matt McEuen Date: Sat, 27 Apr 2019 09:31:56 -0500 Subject: [PATCH] Airskiff: add deps needed for a fresh install When running the 020-setup-client.sh script on a new ubuntu 16.04 VM, the gcc, python-dev, and python-setuptools apt packages are required for pip to install the cmd2 package. Change-Id: Id4f46e7e0c6c607ffc660b8a26f17dbbbb340f4c --- tools/deployment/airskiff/developer/000-install-packages.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tools/deployment/airskiff/developer/000-install-packages.sh b/tools/deployment/airskiff/developer/000-install-packages.sh index 61c25063a..4e532f0fa 100755 --- a/tools/deployment/airskiff/developer/000-install-packages.sh +++ b/tools/deployment/airskiff/developer/000-install-packages.sh @@ -43,6 +43,9 @@ sudo apt-get install --allow-downgrades --no-install-recommends -y \ uuid-runtime \ apt-transport-https \ ca-certificates \ + gcc \ + python-dev \ + python-setuptools \ software-properties-common # Enable apparmor