From 9488a1076fec727363decd062109ae4e652f7b0e Mon Sep 17 00:00:00 2001 From: fosslinux Date: Tue, 15 Sep 2020 16:59:17 +1000 Subject: [PATCH] python-html5lib: remove noarch. --- srcpkgs/python-html5lib/template | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/srcpkgs/python-html5lib/template b/srcpkgs/python-html5lib/template index 2565de64fd2..a9ff3cac98d 100644 --- a/srcpkgs/python-html5lib/template +++ b/srcpkgs/python-html5lib/template @@ -1,8 +1,7 @@ # Template file for 'python-html5lib' pkgname=python-html5lib version=1.0.1 -revision=2 -archs=noarch +revision=3 wrksrc="html5lib-${version}" build_style=python-module hostmakedepends="python-setuptools python3-setuptools" @@ -23,7 +22,6 @@ post_install() { } python3-html5lib_package() { - archs=noarch pycompile_module="html5lib" depends="python3-six python3-webencodings" short_desc="${short_desc/Python2/Python3}"