From 3e5ea23a758bf25b6f29046de9361efba53b5202 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Thu, 28 Jan 2021 10:43:25 -0500 Subject: [PATCH] python3-humanize: specify all python3 hostmakedepends --- srcpkgs/python3-humanize/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/python3-humanize/template b/srcpkgs/python3-humanize/template index 16c3f2b99e5..c87482c4cdd 100644 --- a/srcpkgs/python3-humanize/template +++ b/srcpkgs/python3-humanize/template @@ -1,10 +1,10 @@ # Template file for 'python3-humanize' pkgname=python3-humanize version=2.0.0 -revision=2 +revision=3 wrksrc="humanize-${version}" build_style=python3-module -hostmakedepends="python3-setuptools" +hostmakedepends="python3-setuptools_scm" checkdepends="python3-pytest python3-freezegun" short_desc="Python humanize utilities" maintainer="Aluísio Augusto Silva Gonçalves "