From 81214ba06f4a403c3ed0a168ddbc2d145e0e09b8 Mon Sep 17 00:00:00 2001 From: fosslinux Date: Tue, 15 Sep 2020 16:59:11 +1000 Subject: [PATCH] python-dnspython: remove noarch. --- srcpkgs/python-dnspython/template | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/srcpkgs/python-dnspython/template b/srcpkgs/python-dnspython/template index 66d237e89e..76f1f53840 100644 --- a/srcpkgs/python-dnspython/template +++ b/srcpkgs/python-dnspython/template @@ -1,8 +1,7 @@ # Template file for 'python-dnspython' pkgname=python-dnspython version=1.16.0 -revision=2 -archs=noarch +revision=3 wrksrc="dnspython-${version}" build_style=python-module pycompile_module="dns" @@ -20,7 +19,6 @@ post_install() { } python3-dnspython_package() { - archs=noarch pycompile_module="dns" depends="python3" short_desc="${short_desc/Python2/Python3}"