From 809e5eb45185db710fe1d8ebf22a418eed49ca98 Mon Sep 17 00:00:00 2001 From: fosslinux Date: Tue, 15 Sep 2020 16:59:02 +1000 Subject: [PATCH] python-atomicwrites: remove noarch. --- srcpkgs/python-atomicwrites/template | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/srcpkgs/python-atomicwrites/template b/srcpkgs/python-atomicwrites/template index ec411d981d4..818d2caf896 100644 --- a/srcpkgs/python-atomicwrites/template +++ b/srcpkgs/python-atomicwrites/template @@ -1,8 +1,7 @@ # Template file for 'python-atomicwrites' pkgname=python-atomicwrites version=1.3.0 -revision=2 -archs=noarch +revision=3 wrksrc="atomicwrites-${version}" build_style=python-module pycompile_module="atomicwrites" @@ -20,7 +19,6 @@ post_install() { } python3-atomicwrites_package() { - archs=noarch pycompile_module="atomicwrites" depends="python3" short_desc="${short_desc/Python2/Python3}"