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
This commit is contained in:
Clint Byrum 2014-02-28 11:24:53 -08:00
parent 48332b012b
commit 06a1d9e743
1 changed files with 1 additions and 1 deletions

View File

@ -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