python3-keyring: specify all python3 hostmakedepends

This commit is contained in:
Andrew J. Hesford 2021-01-28 10:56:50 -05:00
parent a4a5905ad9
commit 8a3232d117

View file

@ -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 <okiddle@yahoo.co.uk>"