python-ttystatus: remove python_versions; set to 2.7 by default
This commit is contained in:
parent
8e0cfbba8c
commit
fc70ef1acd
1 changed files with 1 additions and 2 deletions
|
@ -7,8 +7,7 @@ wrksrc="ttystatus-${version}"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
hostmakedepends="python-setuptools"
|
hostmakedepends="python-setuptools"
|
||||||
makedepends="python-devel"
|
makedepends="python-devel"
|
||||||
depends="python>=2.7"
|
depends="python"
|
||||||
python_versions="2.7"
|
|
||||||
pycompile_module="ttystatus"
|
pycompile_module="ttystatus"
|
||||||
short_desc="Terminal progress bar and status output for Python2"
|
short_desc="Terminal progress bar and status output for Python2"
|
||||||
maintainer="Eivind Uggedal <eivind@uggedal.com>"
|
maintainer="Eivind Uggedal <eivind@uggedal.com>"
|
||||||
|
|
Loading…
Reference in a new issue