Enforce python 2.7
authorJan-Simon Möller <jsmoeller@linuxfoundation.org>
Tue, 30 Aug 2016 19:51:35 +0000 (21:51 +0200)
committerJan-Simon Möller <jsmoeller@linuxfoundation.org>
Tue, 30 Aug 2016 19:51:35 +0000 (21:51 +0200)
Change-Id: Ia3fc3ed045d365a879bfb7073a47d4aa17cad329
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
packer/provision/agl_dependencies.sh

index 30d9930..9f5bca1 100644 (file)
@@ -3,4 +3,4 @@
 DEBIAN_FRONTEND=noninteractive apt-get update && \
     apt-get -y install gawk wget git-core diffstat unzip texinfo gcc-multilib build-essential chrpath socat \
                        libsdl1.2-dev xterm make xsltproc docbook-utils fop dblatex xmlto autoconf automake \
-                       libtool libglib2.0-dev libarchive-dev python-git git
\ No newline at end of file
+                       libtool libglib2.0-dev libarchive-dev python-git git python python-2.7 python-minimal
\ No newline at end of file