mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
python3-treq: specify all python3 hostmakedepends
This commit is contained in:
parent
60469b1f59
commit
ba9f15db38
1 changed files with 3 additions and 3 deletions
|
@ -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>"
|
||||||
|
|
Loading…
Add table
Reference in a new issue