From eab758cfc19ea0b739b5b105b55e086b03b6536e Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Thu, 28 Jan 2021 10:52:17 -0500 Subject: [PATCH] python3-jaraco.text: specify all python3 hostmakedepends --- srcpkgs/python3-jaraco.text/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/python3-jaraco.text/template b/srcpkgs/python3-jaraco.text/template index ffe2f5bb1ab..c8e03b56e64 100644 --- a/srcpkgs/python3-jaraco.text/template +++ b/srcpkgs/python3-jaraco.text/template @@ -1,10 +1,10 @@ # Template file for 'python3-jaraco.text' pkgname=python3-jaraco.text version=3.2.0 -revision=2 +revision=3 wrksrc="jaraco.text-${version}" build_style=python3-module -hostmakedepends="python3-setuptools" +hostmakedepends="python3-setuptools_scm" depends="python3-jaraco.functools python3-six" short_desc="Module for text manipulation (Python3)" maintainer="bra1nwave "