From ec5af82214a7ba095aebf367437832a0a8dbf9e5 Mon Sep 17 00:00:00 2001 From: fosslinux Date: Tue, 15 Sep 2020 16:59:23 +1000 Subject: [PATCH] python-lockfile: remove noarch. --- srcpkgs/python-lockfile/template | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/srcpkgs/python-lockfile/template b/srcpkgs/python-lockfile/template index 778cecba7e9..3b9cc302904 100644 --- a/srcpkgs/python-lockfile/template +++ b/srcpkgs/python-lockfile/template @@ -1,8 +1,7 @@ # Template file for 'python-lockfile' pkgname=python-lockfile version=0.12.2 -revision=4 -archs=noarch +revision=5 wrksrc="lockfile-${version}" build_style=python-module hostmakedepends="python-setuptools python3-setuptools python-pbr python3-pbr" @@ -21,7 +20,6 @@ post_install() { } python3-lockfile_package() { - archs=noarch pycompile_module="lockfile" depends="python3" short_desc="${short_desc/Python2/Python3}"