From c9225b7599118b101198dce733f7fd4d4b350125 Mon Sep 17 00:00:00 2001 From: fosslinux Date: Tue, 15 Sep 2020 16:59:15 +1000 Subject: [PATCH] python-future: remove noarch. --- srcpkgs/python-future/template | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/srcpkgs/python-future/template b/srcpkgs/python-future/template index 88b09a1944f..e0d5ac47baa 100644 --- a/srcpkgs/python-future/template +++ b/srcpkgs/python-future/template @@ -1,8 +1,7 @@ # Template file for 'python-future' pkgname=python-future version=0.18.2 -revision=1 -archs=noarch +revision=2 wrksrc="future-${version}" build_style=python-module hostmakedepends="python-setuptools python3-setuptools" @@ -26,7 +25,6 @@ python3-future_package() { alternatives=" future:futurize:/usr/bin/futurize3 future:pasteurize:/usr/bin/pasteurize3" - archs=noarch depends="python3-setuptools" short_desc="${short_desc/Python2/Python3}" pkg_install() {