python-cliapp: remove python_versions; set to 2.7 by default
This commit is contained in:
parent
0f6c4d6f3d
commit
57f06d8f72
|
@ -7,8 +7,7 @@ wrksrc="cliapp-${version}"
|
|||
build_style=python-module
|
||||
hostmakedepends="python-setuptools"
|
||||
makedepends="python-devel"
|
||||
depends="python>=2.7"
|
||||
python_versions="2.7"
|
||||
depends="python"
|
||||
pycompile_module="cliapp"
|
||||
short_desc="Framework for Unix-like command line programs for Python2"
|
||||
maintainer="Eivind Uggedal <eivind@uggedal.com>"
|
||||
|
|
Loading…
Reference in New Issue