From a4a5905ad94c435b224600aaec0d521619b8a5ba Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Thu, 28 Jan 2021 10:52:17 -0500 Subject: [PATCH] python3-jaraco.functools: specify all python3 hostmakedepends --- srcpkgs/python3-jaraco.functools/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/python3-jaraco.functools/template b/srcpkgs/python3-jaraco.functools/template index bedec81e130..d6ad6cfafa8 100644 --- a/srcpkgs/python3-jaraco.functools/template +++ b/srcpkgs/python3-jaraco.functools/template @@ -1,10 +1,10 @@ # Template file for 'python3-jaraco.functools' pkgname=python3-jaraco.functools version=3.0.1 -revision=2 +revision=3 wrksrc="jaraco.functools-${version}" build_style=python3-module -hostmakedepends="python3-setuptools" +hostmakedepends="python3-setuptools_scm python3-toml python3-more-itertools" depends="python3-more-itertools python3-jaraco" checkdepends="${depends} python3-pytest python3-jaraco.classes" short_desc="Functools like those found in stdlib (Python3)"