mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
python-larch: remove python_versions; set to 2.7 by default
This commit is contained in:
parent
6ab801b826
commit
0f6c4d6f3d
1 changed files with 1 additions and 2 deletions
|
@ -7,8 +7,7 @@ wrksrc="larch-${version}"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
hostmakedepends="python-setuptools python-tracing"
|
hostmakedepends="python-setuptools python-tracing"
|
||||||
makedepends="python-devel python-tracing"
|
makedepends="python-devel python-tracing"
|
||||||
depends="python>=2.7 python-tracing python-cliapp python-ttystatus"
|
depends="python python-tracing python-cliapp python-ttystatus"
|
||||||
python_versions="2.7"
|
|
||||||
pycompile_module="larch"
|
pycompile_module="larch"
|
||||||
short_desc="Copy-on-write B-tree data structure for Python2"
|
short_desc="Copy-on-write B-tree data structure for Python2"
|
||||||
maintainer="Eivind Uggedal <eivind@uggedal.com>"
|
maintainer="Eivind Uggedal <eivind@uggedal.com>"
|
||||||
|
|
Loading…
Add table
Reference in a new issue