From 395b9ce786f9e54ab4dd1be5c96f2d17fef7c9c8 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sat, 16 Aug 2014 17:46:21 +0200 Subject: [PATCH] python-larch: needs python-tracing to build. --- srcpkgs/python-larch/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-larch/template b/srcpkgs/python-larch/template index f8454cfe55d..a8537410626 100644 --- a/srcpkgs/python-larch/template +++ b/srcpkgs/python-larch/template @@ -6,7 +6,7 @@ noarch=yes wrksrc="larch-${version}" build_style=python-module hostmakedepends="python-setuptools" -makedepends="python-devel" +makedepends="python-devel python-tracing" depends="python>=2.7 python-tracing python-cliapp python-ttystatus" python_versions="2.7" pycompile_module="larch"