From 8593d45e90f52f172969d1b91c342901d36f9090 Mon Sep 17 00:00:00 2001 From: Calen Pennington Date: Thu, 22 Mar 2012 12:01:32 -0400 Subject: [PATCH] Add dependencies to build .deb --- ci/build.sh | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/ci/build.sh b/ci/build.sh index 9d7b2326c7..a147574bd7 100755 --- a/ci/build.sh +++ b/ci/build.sh @@ -37,6 +37,20 @@ fpm -s dir -t deb \ --exclude=ci \ --exclude=.git \ --prefix=/opt/wwc/mitx \ + --depends=python-mysqldb \ + --depends=python-django \ + --depends=python-pip \ + --depends=python-flup \ + --depends=python-numpy \ + --depends=python-scipy \ + --depends=python-matplotlib \ + --depends=python-libxml2 \ + --depends=python2.7-dev \ + --depends=libxml2-dev \ + --depends=libxslt-dev \ + --depends=python-markdown \ + --depends=python-pygments \ + --depends=mysql-client \ --name ${NAME} \ --version 0.1 \ --iteration ${BUILD_NUMBER}-${GIT_COMMIT} \