From 863d986ab8feb91fc5d77e225663671827ac38dd Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Thu, 28 Jan 2021 10:52:17 -0500 Subject: [PATCH] python3-jaraco.collections: specify all python3 hostmakedepends --- srcpkgs/python3-jaraco.collections/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/python3-jaraco.collections/template b/srcpkgs/python3-jaraco.collections/template index 68ee5f3c353..41e658e921e 100644 --- a/srcpkgs/python3-jaraco.collections/template +++ b/srcpkgs/python3-jaraco.collections/template @@ -1,10 +1,10 @@ # Template file for 'python3-jaraco.collections' pkgname=python3-jaraco.collections version=3.0.0 -revision=2 +revision=3 wrksrc="jaraco.collections-${version}" build_style=python3-module -hostmakedepends="python3-setuptools" +hostmakedepends="python3-setuptools_scm" depends="python3-jaraco.classes python3-jaraco.text python3-six" short_desc="Collection of objects similar to stdlib by jaraco (Python3)" maintainer="bra1nwave "