From f9da2b3d542d8282bedc4ea7e220f53b0f222968 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:49:39 -0400 Subject: [PATCH] bandit: rebuild for Python 3.9, drop noarch --- srcpkgs/bandit/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/bandit/template b/srcpkgs/bandit/template index d29873ecf61..93e6b77aa6b 100644 --- a/srcpkgs/bandit/template +++ b/srcpkgs/bandit/template @@ -1,8 +1,7 @@ # Template file for 'bandit' pkgname=bandit version=1.6.2 -revision=2 -archs=noarch +revision=3 build_style=python3-module pycompile_module="bandit" hostmakedepends="python3-setuptools"