python3-rencode: fix hostmakedepends

This commit is contained in:
Đoàn Trần Công Danh 2020-10-01 23:54:38 +07:00
parent c9d2ed9a75
commit d8bd59a291

View file

@ -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>"