From c5275e9afa07a85a30f833056f97d734de7f67b3 Mon Sep 17 00:00:00 2001 From: Alessio Sergi Date: Mon, 17 Oct 2016 09:40:17 +0200 Subject: [PATCH] python-urlnorm: switch to python2-module --- srcpkgs/python-urlnorm/template | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/srcpkgs/python-urlnorm/template b/srcpkgs/python-urlnorm/template index 6709039822..7f947bbb7a 100644 --- a/srcpkgs/python-urlnorm/template +++ b/srcpkgs/python-urlnorm/template @@ -1,13 +1,12 @@ # Template file for 'python-urlnorm' pkgname=python-urlnorm version=1.1.4 -revision=1 +revision=2 noarch=yes wrksrc="urlnorm-${version}" -build_style=python-module -python_versions="2.7" +build_style=python2-module pycompile_module="urlnorm" -hostmakedepends="python-setuptools python3.4-setuptools" +hostmakedepends="python-setuptools" depends="python" short_desc="Python2 module for normalizing URLs" maintainer="Eivind Uggedal "