python3-keyutils: regenerate cython binding

This commit is contained in:
Đoàn Trần Công Danh 2022-09-22 23:07:52 +07:00
parent 0619b27e82
commit c37ab86350

View File

@ -4,7 +4,7 @@ version=0.6
revision=7
wrksrc=python-keyutils-$version
build_style=python3-module
hostmakedepends="python3-setuptools"
hostmakedepends="python3-setuptools python3-Cython"
makedepends="python3-devel keyutils-devel"
depends="python3"
short_desc="Python3 bindings for keyutils"
@ -17,4 +17,5 @@ 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
rm -f keyutils/_keyutils.c
}