From f4cbe2c472ae78a0ae3bc514732835e8cd8027f7 Mon Sep 17 00:00:00 2001 From: fosslinux Date: Tue, 15 Sep 2020 16:59:19 +1000 Subject: [PATCH] python-hypothesis: remove noarch. --- srcpkgs/python-hypothesis/template | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/srcpkgs/python-hypothesis/template b/srcpkgs/python-hypothesis/template index de55593fc0..4c8c0291fc 100644 --- a/srcpkgs/python-hypothesis/template +++ b/srcpkgs/python-hypothesis/template @@ -1,8 +1,7 @@ # Template file for 'python-hypothesis' pkgname=python-hypothesis version=4.38.2 -revision=2 -archs=noarch +revision=3 wrksrc="hypothesis-hypothesis-python-${version}" build_wrksrc=hypothesis-python build_style=python-module @@ -35,7 +34,6 @@ do_check() { } python3-hypothesis_package() { - archs=noarch pycompile_module="hypothesis" depends="python3-attrs python3-coverage" short_desc="${short_desc/Python2/Python3}"