From 0f6c4d6f3d10113bca5c9fc91f373412fa224712 Mon Sep 17 00:00:00 2001 From: Alessio Sergi Date: Tue, 19 Aug 2014 00:54:21 +0200 Subject: [PATCH] python-larch: remove python_versions; set to 2.7 by default --- srcpkgs/python-larch/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/python-larch/template b/srcpkgs/python-larch/template index bce2621f102..c89052671b0 100644 --- a/srcpkgs/python-larch/template +++ b/srcpkgs/python-larch/template @@ -7,8 +7,7 @@ wrksrc="larch-${version}" build_style=python-module hostmakedepends="python-setuptools python-tracing" makedepends="python-devel python-tracing" -depends="python>=2.7 python-tracing python-cliapp python-ttystatus" -python_versions="2.7" +depends="python python-tracing python-cliapp python-ttystatus" pycompile_module="larch" short_desc="Copy-on-write B-tree data structure for Python2" maintainer="Eivind Uggedal "