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