From 5bd9d341a196c95abd13fb441aee5f5deaddb99f Mon Sep 17 00:00:00 2001 From: fosslinux Date: Tue, 15 Sep 2020 16:59:10 +1000 Subject: [PATCH] python-decorator: remove noarch. --- srcpkgs/python-decorator/template | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/srcpkgs/python-decorator/template b/srcpkgs/python-decorator/template index 7f14fef90a6..5cad98c511d 100644 --- a/srcpkgs/python-decorator/template +++ b/srcpkgs/python-decorator/template @@ -1,8 +1,7 @@ # Template file for 'python-decorator' pkgname=python-decorator version=4.4.0 -revision=2 -archs=noarch +revision=3 wrksrc="decorator-${version}" build_style=python-module pycompile_module="decorator.py" @@ -21,7 +20,6 @@ post_install() { } python3-decorator_package() { - archs=noarch depends="python3" pycompile_module="decorator.py" short_desc="${short_desc/Python2/Python3}"