From 3fd51b40e1f3e8ad3b1a614de268a62934dbc106 Mon Sep 17 00:00:00 2001 From: Alessio Sergi Date: Mon, 17 Oct 2016 12:06:55 +0200 Subject: [PATCH] python-mechanize: switch to python2-module --- srcpkgs/python-mechanize/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/python-mechanize/template b/srcpkgs/python-mechanize/template index 3b5f6c3a689..0af69450a7d 100644 --- a/srcpkgs/python-mechanize/template +++ b/srcpkgs/python-mechanize/template @@ -1,10 +1,10 @@ # Template file for 'python-mechanize' -pkgname="python-mechanize" +pkgname=python-mechanize version=0.2.5 revision=1 wrksrc="mechanize-${version}" noarch=yes -build_style=python-module +build_style=python2-module hostmakedepends="python-setuptools" depends="python" pycompile_module="mechanize"