python3-keyutils: specify all python3 hostmakedepends

This commit is contained in:
Andrew J. Hesford 2021-01-28 10:56:50 -05:00
parent 8eb2f8d3fe
commit 85df3745e5

View File

@ -1,7 +1,7 @@
# Template file for 'python3-keyutils'
pkgname=python3-keyutils
version=0.6
revision=4
revision=5
wrksrc=python-keyutils-$version
build_style=python3-module
hostmakedepends="python3-setuptools"
@ -12,3 +12,8 @@ license="Apache-2.0"
homepage="https://github.com/sassoftware/python-keyutils"
distfiles="https://github.com/sassoftware/python-keyutils/archive/${version}.tar.gz"
checksum=f69e6cadc50525dcb117714e440ee6579b0e5b7f12910b2bb2e910b236a2b18b
post_patch() {
# Package does not *need* pytest-runner to build, and Void doesn't have it
vsed -e "/setup_requires/s/['\"]pytest-runner['\"],*//" -i setup.py
}