From 6f78f581d0faf1116ddb0a81e5a7ab4e92a77103 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Thu, 28 Jan 2021 11:10:14 -0500 Subject: [PATCH] python3-portend: specify all python3 hostmakedepends --- srcpkgs/python3-portend/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/python3-portend/template b/srcpkgs/python3-portend/template index b3b889ce16a..27b2642a28e 100644 --- a/srcpkgs/python3-portend/template +++ b/srcpkgs/python3-portend/template @@ -1,10 +1,10 @@ # Template file for 'python3-portend' pkgname=python3-portend version=2.7.0 -revision=1 +revision=2 wrksrc="portend-${version}" build_style=python3-module -hostmakedepends="python3-setuptools_scm" +hostmakedepends="python3-setuptools_scm python3-toml" depends="python3-tempora python3-jaraco.functools" short_desc="TCP port monitoring utilities (Python3)" maintainer="Orphaned "