python3-portend: specify all python3 hostmakedepends

This commit is contained in:
Andrew J. Hesford 2021-01-28 11:10:14 -05:00
parent f63c486f30
commit 6f78f581d0

View File

@ -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 <orphan@voidlinux.org>"