python3-treq: specify all python3 hostmakedepends
This commit is contained in:
parent
60469b1f59
commit
ba9f15db38
|
@ -1,11 +1,11 @@
|
|||
# Template file for 'python3-treq'
|
||||
pkgname=python3-treq
|
||||
version=20.3.0
|
||||
revision=2
|
||||
revision=3
|
||||
wrksrc="treq-${version}"
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-setuptools"
|
||||
depends="python3-incremental python3-requests>=2.1.0 python3-six
|
||||
hostmakedepends="python3-setuptools python3-incremental"
|
||||
depends="python3-incremental python3-requests python3-six
|
||||
python3-Twisted python3-attrs"
|
||||
short_desc="Requests-like API built on top of twisted.web's Agent"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
|
|
Loading…
Reference in New Issue