From 510f8557c21b9dc4a897eee21e82a53bddec0cbc Mon Sep 17 00:00:00 2001 From: fosslinux Date: Tue, 15 Sep 2020 16:59:43 +1000 Subject: [PATCH] python-setuptools: remove noarch. --- srcpkgs/python-setuptools/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/python-setuptools/template b/srcpkgs/python-setuptools/template index d71e746e12e..36f0733afa3 100644 --- a/srcpkgs/python-setuptools/template +++ b/srcpkgs/python-setuptools/template @@ -3,8 +3,7 @@ pkgname=python-setuptools # https://github.com/pypa/setuptools/issues/1458 # python2 support for setuptools ended at 44.0.0 version=44.0.0 -revision=1 -archs=noarch +revision=2 wrksrc="setuptools-${version}" build_style=python2-module hostmakedepends="python-devel"