aboutsummaryrefslogtreecommitdiffstats
path: root/packer
diff options
context:
space:
mode:
authorCorentin LABBE <clabbe@baylibre.com>2020-07-01 15:09:00 +0200
committerCorentin LABBE <clabbe@baylibre.com>2020-07-01 15:09:00 +0200
commit82028947e5568f6a3bf8f4fdb7b8b1a542bb3967 (patch)
tree12dad88dcf99d205256883f0d6b8d9575080a4fb /packer
parent425c0172a203628f69ffd8f676432ef8b80d27b1 (diff)
SPEC-3408: fix a typo
This patch fix a typo on python3-pip BUG-AGL: SPEC-3408 Change-Id: Ic08742090ea445a3183383b0c9753e9d90c01c51 Signed-off-by: Corentin LABBE <clabbe@baylibre.com>
Diffstat (limited to 'packer')
-rw-r--r--packer/provision/agl_dependencies.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/packer/provision/agl_dependencies.sh b/packer/provision/agl_dependencies.sh
index a0e2e15e..5a8a0fcc 100644
--- a/packer/provision/agl_dependencies.sh
+++ b/packer/provision/agl_dependencies.sh
@@ -31,7 +31,7 @@ DEBIAN_FRONTEND=noninteractive apt-get update && \
tree rsync python-yaml python-requests curl tar docker.io pandoc python3 \
ruby-all-dev ruby-ffi ruby-ffi-* jekyll ruby-redcarpet mkdocs \
python-pip python-simplejson g++-multilib make zip unzip iperf3 \
- debian-keyring debian-archive-keyring python3-yaml pyhton3-pip
+ debian-keyring debian-archive-keyring python3-yaml python3-pip
# Adding stretch-backports for lavacli
echo "deb https://apt.lavasoftware.org/release stretch-backports main" >> /etc/apt/sources.list