python-ttystatus: remove python_versions; set to 2.7 by default

This commit is contained in:
Alessio Sergi 2014-08-19 00:49:41 +02:00
parent 8e0cfbba8c
commit fc70ef1acd

View file

@ -7,8 +7,7 @@ wrksrc="ttystatus-${version}"
build_style=python-module
hostmakedepends="python-setuptools"
makedepends="python-devel"
depends="python>=2.7"
python_versions="2.7"
depends="python"
pycompile_module="ttystatus"
short_desc="Terminal progress bar and status output for Python2"
maintainer="Eivind Uggedal <eivind@uggedal.com>"