From 9f62e7efdead2295e7ecd9a8d91752871d8fb4a9 Mon Sep 17 00:00:00 2001 From: fosslinux Date: Tue, 15 Sep 2020 16:58:59 +1000 Subject: [PATCH] python-PyHamcrest: remove noarch. --- srcpkgs/python-PyHamcrest/template | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/srcpkgs/python-PyHamcrest/template b/srcpkgs/python-PyHamcrest/template index 48f001595a..204a6a1a95 100644 --- a/srcpkgs/python-PyHamcrest/template +++ b/srcpkgs/python-PyHamcrest/template @@ -1,8 +1,7 @@ # Template file for 'python-PyHamcrest' pkgname=python-PyHamcrest version=1.9.0 -revision=2 -archs=noarch +revision=3 wrksrc="PyHamcrest-${version}" build_style=python-module pycompile_module="hamcrest" @@ -24,7 +23,6 @@ post_install() { } python3-PyHamcrest_package() { - archs=noarch depends="python3-six" pycompile_module="hamcrest" short_desc="${short_desc/Python2/Python3}"