From f63c486f3044f733a6c34eafe6f0946c2a52d72f Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Thu, 28 Jan 2021 11:09:56 -0500 Subject: [PATCH] python3-pluggy: specify all python3 hostmakedepends --- srcpkgs/python3-pluggy/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/python3-pluggy/template b/srcpkgs/python3-pluggy/template index c0b4b1c2bc8..1f615db5217 100644 --- a/srcpkgs/python3-pluggy/template +++ b/srcpkgs/python3-pluggy/template @@ -1,10 +1,10 @@ # Template file for 'python3-pluggy' pkgname=python3-pluggy version=0.13.1 -revision=5 +revision=6 wrksrc="pluggy-${version}" build_style=python3-module -hostmakedepends="python3-setuptools" +hostmakedepends="python3-setuptools_scm" depends="python3" checkdepends="python3-pytest" short_desc="Minimalist production ready plugin system (Python3)"