From 8a3232d117688fc8dc73fd15f9439733ceb86df8 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Thu, 28 Jan 2021 10:56:50 -0500 Subject: [PATCH] python3-keyring: specify all python3 hostmakedepends --- srcpkgs/python3-keyring/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/python3-keyring/template b/srcpkgs/python3-keyring/template index 34b73a55048..89783fc3036 100644 --- a/srcpkgs/python3-keyring/template +++ b/srcpkgs/python3-keyring/template @@ -1,10 +1,10 @@ # Template file for 'python3-keyring' pkgname=python3-keyring version=21.2.1 -revision=2 +revision=3 wrksrc="keyring-${version}" build_style=python3-module -hostmakedepends="python3-setuptools" +hostmakedepends="python3-setuptools_scm python3-toml" depends="python3-setuptools python3-SecretStorage python3-entrypoints" short_desc="Python interface to the system keyring service" maintainer="Oliver Kiddle "