From 7ee99310ce4cc9f88b4107b6ac479be5cc8ec015 Mon Sep 17 00:00:00 2001 From: Alessio Sergi Date: Sun, 16 Oct 2016 22:29:45 +0200 Subject: [PATCH] python-larch: switch to python2-module --- srcpkgs/python-larch/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/python-larch/template b/srcpkgs/python-larch/template index 974a48626ee..a1667499b2f 100644 --- a/srcpkgs/python-larch/template +++ b/srcpkgs/python-larch/template @@ -3,10 +3,10 @@ pkgname=python-larch version=1.20151025 revision=1 noarch=yes -build_style=python-module +build_style=python2-module hostmakedepends="python-setuptools python-tracing" makedepends="python-devel python-tracing" -depends="python python-tracing python-cliapp python-ttystatus" +depends="python-tracing python-cliapp python-ttystatus" pycompile_module="larch" short_desc="Copy-on-write B-tree data structure for Python2" maintainer="Eivind Uggedal "