mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 16:13:50 +02:00
python3-keyutils: specify all python3 hostmakedepends
This commit is contained in:
parent
8eb2f8d3fe
commit
85df3745e5
1 changed files with 6 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'python3-keyutils'
|
# Template file for 'python3-keyutils'
|
||||||
pkgname=python3-keyutils
|
pkgname=python3-keyutils
|
||||||
version=0.6
|
version=0.6
|
||||||
revision=4
|
revision=5
|
||||||
wrksrc=python-keyutils-$version
|
wrksrc=python-keyutils-$version
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
|
@ -12,3 +12,8 @@ license="Apache-2.0"
|
||||||
homepage="https://github.com/sassoftware/python-keyutils"
|
homepage="https://github.com/sassoftware/python-keyutils"
|
||||||
distfiles="https://github.com/sassoftware/python-keyutils/archive/${version}.tar.gz"
|
distfiles="https://github.com/sassoftware/python-keyutils/archive/${version}.tar.gz"
|
||||||
checksum=f69e6cadc50525dcb117714e440ee6579b0e5b7f12910b2bb2e910b236a2b18b
|
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
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue