From 1aa411ccd60c053b985f728f42758fbc4ae7bde1 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sat, 16 Aug 2014 17:48:25 +0200 Subject: [PATCH] python-larch: fixed cross 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 a8537410626..bce2621f102 100644 --- a/srcpkgs/python-larch/template +++ b/srcpkgs/python-larch/template @@ -5,7 +5,7 @@ revision=1 noarch=yes wrksrc="larch-${version}" build_style=python-module -hostmakedepends="python-setuptools" +hostmakedepends="python-setuptools python-tracing" makedepends="python-devel python-tracing" depends="python>=2.7 python-tracing python-cliapp python-ttystatus" python_versions="2.7"