From ea954b239e8909ef880035c6ec0527c8858901ee Mon Sep 17 00:00:00 2001 From: Alessio Sergi Date: Fri, 14 Oct 2016 23:17:02 +0200 Subject: [PATCH] buildbot: add pycompile_dirs for contrib modules --- srcpkgs/buildbot/template | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/srcpkgs/buildbot/template b/srcpkgs/buildbot/template index ef67ff8fe4..d9bb5b4d73 100644 --- a/srcpkgs/buildbot/template +++ b/srcpkgs/buildbot/template @@ -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 " homepage="http://buildbot.net/"