diff --git a/srcpkgs/python3-keyutils/template b/srcpkgs/python3-keyutils/template index dae38bbae85..6a71cbb6b4e 100644 --- a/srcpkgs/python3-keyutils/template +++ b/srcpkgs/python3-keyutils/template @@ -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 +}