buildbot: setuptools is required at run-time.
This commit is contained in:
parent
f37d5ea73d
commit
39894f2774
|
@ -1,11 +1,11 @@
|
||||||
# Template file for 'buildbot'
|
# Template file for 'buildbot'
|
||||||
pkgname=buildbot
|
pkgname=buildbot
|
||||||
version=0.8.9
|
version=0.8.9
|
||||||
revision=2
|
revision=3
|
||||||
noarch=yes
|
noarch=yes
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
hostmakedepends="python"
|
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}"
|
depends="${makedepends}"
|
||||||
pycompile_module="buildbot"
|
pycompile_module="buildbot"
|
||||||
short_desc="A system to automate the compile/test cycle"
|
short_desc="A system to automate the compile/test cycle"
|
||||||
|
|
Loading…
Reference in New Issue