python-larch: remove python_versions; set to 2.7 by default
This commit is contained in:
parent
6ab801b826
commit
0f6c4d6f3d
|
@ -7,8 +7,7 @@ wrksrc="larch-${version}"
|
|||
build_style=python-module
|
||||
hostmakedepends="python-setuptools python-tracing"
|
||||
makedepends="python-devel python-tracing"
|
||||
depends="python>=2.7 python-tracing python-cliapp python-ttystatus"
|
||||
python_versions="2.7"
|
||||
depends="python 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>"
|
||||
|
|
Loading…
Reference in New Issue