From 06a1d9e7433c24dfa506fd9f3ea2e79fe0725f6e Mon Sep 17 00:00:00 2001 From: Clint Byrum Date: Fri, 28 Feb 2014 11:24:53 -0800 Subject: [PATCH] Add missing package dependencies for horizon We tend to always include horizon with other things that will install these dev libraries, but it should be buildable by itself as well. Change-Id: Icc8afaaa94a398277740059b43b0fdf989c07ce5 --- elements/horizon/install.d/horizon-source-install/100-horizon | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/elements/horizon/install.d/horizon-source-install/100-horizon b/elements/horizon/install.d/horizon-source-install/100-horizon index cd06d9da2..05b66545f 100755 --- a/elements/horizon/install.d/horizon-source-install/100-horizon +++ b/elements/horizon/install.d/horizon-source-install/100-horizon @@ -1,7 +1,7 @@ #!/bin/bash set -eux -install-packages libapache2-mod-wsgi +install-packages libapache2-mod-wsgi libssl-dev libffi-dev if [ -d /etc/apache2 ]; then ln -s /etc/httpd/conf.d/horizon.conf /etc/apache2/sites-available/horizon.conf