From c91066a671be8a9a10b76b71b5b435ce145b3330 Mon Sep 17 00:00:00 2001 From: fosslinux Date: Tue, 15 Sep 2020 16:59:24 +1000 Subject: [PATCH] python-mechanize: remove noarch. --- srcpkgs/python-mechanize/template | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/srcpkgs/python-mechanize/template b/srcpkgs/python-mechanize/template index ca29bbd0d23..260ef70ebb2 100644 --- a/srcpkgs/python-mechanize/template +++ b/srcpkgs/python-mechanize/template @@ -1,8 +1,7 @@ # Template file for 'python-mechanize' pkgname=python-mechanize version=0.4.3 -revision=3 -archs=noarch +revision=4 wrksrc="mechanize-${version}" build_style=python-module pycompile_module="mechanize" @@ -20,7 +19,6 @@ post_install() { } python3-mechanize_package() { - archs=noarch depends="python3 python3-html5lib" pycompile_module="mechanize" short_desc="${short_desc/Python2/Python3}"