buildbot: setuptools is required at run-time.
This commit is contained in:
parent
f37d5ea73d
commit
39894f2774
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue