SPEC-3408: fix a typo 21/24921/1
authorCorentin LABBE <clabbe@baylibre.com>
Wed, 1 Jul 2020 13:09:00 +0000 (15:09 +0200)
committerCorentin LABBE <clabbe@baylibre.com>
Wed, 1 Jul 2020 13:09:00 +0000 (15:09 +0200)
This patch fix a typo on python3-pip

BUG-AGL: SPEC-3408

Change-Id: Ic08742090ea445a3183383b0c9753e9d90c01c51
Signed-off-by: Corentin LABBE <clabbe@baylibre.com>
packer/provision/agl_dependencies.sh

index a0e2e15..5a8a0fc 100644 (file)
@@ -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