From 39f2a1216af55aacd5f072f9d53449e681eae654 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Thu, 28 Jan 2021 10:52:17 -0500 Subject: [PATCH] python3-jaraco.classes: specify all python3 hostmakedepends --- srcpkgs/python3-jaraco.classes/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/python3-jaraco.classes/template b/srcpkgs/python3-jaraco.classes/template index a7dd48bd5cd..162a4a99413 100644 --- a/srcpkgs/python3-jaraco.classes/template +++ b/srcpkgs/python3-jaraco.classes/template @@ -1,10 +1,10 @@ # Template file for 'python3-jaraco.classes' pkgname=python3-jaraco.classes version=3.1.0 -revision=2 +revision=3 wrksrc="jaraco.classes-${version}" build_style=python3-module -hostmakedepends="python3-setuptools" +hostmakedepends="python3-setuptools_scm" depends="python3-jaraco python3-more-itertools" short_desc="Utility functions for Python class constructs (Python3)" maintainer="bra1nwave "