buildbot: setuptools is required at run-time.

This commit is contained in:
Juan RP 2014-08-28 11:47:16 +02:00
parent f37d5ea73d
commit 39894f2774
1 changed files with 2 additions and 2 deletions

View File

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