python3-rencode: fix hostmakedepends
This commit is contained in:
parent
c9d2ed9a75
commit
d8bd59a291
|
@ -1,10 +1,10 @@
|
|||
# Template file for 'python3-rencode'
|
||||
pkgname=python3-rencode
|
||||
version=1.0.6
|
||||
revision=4
|
||||
revision=5
|
||||
wrksrc="rencode-${version}"
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-setuptools python3-Cython"
|
||||
hostmakedepends="python3-setuptools python3-Cython python3-wheel"
|
||||
makedepends="python3-devel"
|
||||
short_desc="Python3 module for fast (basic) object serialization"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
|
|
Loading…
Reference in New Issue