From 0d3b9181a02d007ca8d1db3ad6620c7596e8d533 Mon Sep 17 00:00:00 2001 From: fosslinux Date: Tue, 15 Sep 2020 16:59:05 +1000 Subject: [PATCH] python-boto: remove noarch. --- srcpkgs/python-boto/template | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/srcpkgs/python-boto/template b/srcpkgs/python-boto/template index 684c00feee0..677b84bdd6f 100644 --- a/srcpkgs/python-boto/template +++ b/srcpkgs/python-boto/template @@ -1,8 +1,7 @@ # Template file for 'python-boto' pkgname=python-boto version=2.49.0 -revision=2 -archs=noarch +revision=3 wrksrc="boto-${version}" build_style=python-module pycompile_module="boto" @@ -41,7 +40,6 @@ post_install() { } python3-boto_package() { - archs=noarch depends="python3" pycompile_module="boto" short_desc="${short_desc/Python2/Python3}"