python3-treq: specify all python3 hostmakedepends

This commit is contained in:
Andrew J. Hesford 2021-01-28 11:11:54 -05:00
parent 60469b1f59
commit ba9f15db38

View file

@ -1,11 +1,11 @@
# Template file for 'python3-treq' # Template file for 'python3-treq'
pkgname=python3-treq pkgname=python3-treq
version=20.3.0 version=20.3.0
revision=2 revision=3
wrksrc="treq-${version}" wrksrc="treq-${version}"
build_style=python3-module build_style=python3-module
hostmakedepends="python3-setuptools" hostmakedepends="python3-setuptools python3-incremental"
depends="python3-incremental python3-requests>=2.1.0 python3-six depends="python3-incremental python3-requests python3-six
python3-Twisted python3-attrs" python3-Twisted python3-attrs"
short_desc="Requests-like API built on top of twisted.web's Agent" short_desc="Requests-like API built on top of twisted.web's Agent"
maintainer="Orphaned <orphan@voidlinux.org>" maintainer="Orphaned <orphan@voidlinux.org>"