From c81f933ab668b15b02f0691cdd8ffd4279823b2f Mon Sep 17 00:00:00 2001 From: Juan RP Date: Thu, 28 Jun 2012 12:46:02 +0200 Subject: [PATCH] buildbot: add missing rundeps. --- srcpkgs/buildbot/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/buildbot/template b/srcpkgs/buildbot/template index 8f537a0c69e..6ba653be697 100644 --- a/srcpkgs/buildbot/template +++ b/srcpkgs/buildbot/template @@ -1,10 +1,10 @@ # Template file for 'buildbot' pkgname=buildbot version=0.8.6p1 -revision=1 +revision=2 noarch=yes build_style=python-module -fulldepends="python python-jinja Twisted" +fulldepends="python python-jinja sqlalchemy-migrate python-simplejson Twisted" pycompile_module="$pkgname" short_desc="A system to automate the compile/test cycle" maintainer="Juan RP "