diff --git a/srcpkgs/buildbot/template b/srcpkgs/buildbot/template index d012c89fb85..bb50c100302 100644 --- a/srcpkgs/buildbot/template +++ b/srcpkgs/buildbot/template @@ -1,11 +1,11 @@ # Template file for 'buildbot' pkgname=buildbot version=0.8.9 -revision=2 +revision=3 noarch=yes build_style=python-module hostmakedepends="python" -makedepends="python python-dateutil python-Jinja2 python-sqlalchemy-migrate Twisted" +makedepends="python-setuptools python-dateutil python-Jinja2 python-sqlalchemy-migrate Twisted" depends="${makedepends}" pycompile_module="buildbot" short_desc="A system to automate the compile/test cycle"