From 6ab801b8268bc8b8d6bfc481c9a68ee504e0f29f Mon Sep 17 00:00:00 2001 From: Alessio Sergi Date: Tue, 19 Aug 2014 00:53:19 +0200 Subject: [PATCH] python-tracing: remove python_versions; set to 2.7 by default --- srcpkgs/python-tracing/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/python-tracing/template b/srcpkgs/python-tracing/template index 2a34ac9223..7b8feb1c19 100644 --- a/srcpkgs/python-tracing/template +++ b/srcpkgs/python-tracing/template @@ -6,8 +6,7 @@ noarch=yes build_style=python-module hostmakedepends="python-setuptools" makedepends="python-devel" -depends="python>=2.7" -python_versions="2.7" +depends="python" pycompile_module="tracing" short_desc="Debug log/trace messages for Python2" maintainer="Eivind Uggedal "