python-larch: switch to python2-module

This commit is contained in:
Alessio Sergi 2016-10-16 22:29:45 +02:00
parent 6420de9d4c
commit 7ee99310ce

View file

@ -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 <eivind@uggedal.com>"