From fc70ef1acd1b65b6fd16bcb0e13426b4c90a66b2 Mon Sep 17 00:00:00 2001 From: Alessio Sergi Date: Tue, 19 Aug 2014 00:49:41 +0200 Subject: [PATCH] python-ttystatus: remove python_versions; set to 2.7 by default --- srcpkgs/python-ttystatus/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/python-ttystatus/template b/srcpkgs/python-ttystatus/template index 43c6568537..52e3f46279 100644 --- a/srcpkgs/python-ttystatus/template +++ b/srcpkgs/python-ttystatus/template @@ -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 "