From 6608b8611320341f853f8cd24ca797f4d3be7ac3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20W=C3=B3jcik?= Date: Tue, 15 Sep 2020 22:11:19 +0200 Subject: [PATCH] python3-pluggy: drop noarch --- srcpkgs/python3-pluggy/template | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/srcpkgs/python3-pluggy/template b/srcpkgs/python3-pluggy/template index d5baa4e7406..8f0c7c7bd24 100644 --- a/srcpkgs/python3-pluggy/template +++ b/srcpkgs/python3-pluggy/template @@ -1,13 +1,12 @@ # Template file for 'python3-pluggy' pkgname=python3-pluggy version=0.13.1 -revision=3 -archs=noarch +revision=4 wrksrc="pluggy-${version}" build_style=python3-module hostmakedepends="python3-setuptools" depends="python3" -checkdepends="python3-pytest ${depends}" +checkdepends="python3-pytest" short_desc="Minimalist production ready plugin system (Python3)" maintainer="Piotr Wójcik " license="MIT"