buildbot: add pycompile_dirs for contrib modules
This commit is contained in:
parent
4e7ea5cf16
commit
ea954b239e
1 changed files with 2 additions and 1 deletions
|
@ -1,13 +1,14 @@
|
|||
# Template file for 'buildbot'
|
||||
pkgname=buildbot
|
||||
version=0.8.14
|
||||
revision=1
|
||||
revision=2
|
||||
noarch=yes
|
||||
build_style=python-module
|
||||
hostmakedepends="python"
|
||||
makedepends="python-setuptools python-dateutil python-Jinja2 python-sqlalchemy-migrate Twisted"
|
||||
depends="${makedepends}"
|
||||
pycompile_module="buildbot"
|
||||
pycompile_dirs="/usr/share/buildbot/contrib"
|
||||
short_desc="A system to automate the compile/test cycle"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
homepage="http://buildbot.net/"
|
||||
|
|
Loading…
Reference in a new issue