mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 22:53:51 +02:00
criu: needs which in hostmakedepends; xlint fix
This commit is contained in:
parent
b40df93066
commit
93ea8cb13d
1 changed files with 1 additions and 2 deletions
|
@ -8,7 +8,7 @@ archs="x86_64* aarch64* ppc64le* armv7l*"
|
|||
build_style=gnu-makefile
|
||||
make_use_env=compliant
|
||||
make_build_args="WERROR=0"
|
||||
hostmakedepends="asciidoc pkg-config xmlto protobuf"
|
||||
hostmakedepends="asciidoc pkg-config xmlto protobuf which"
|
||||
makedepends="libcap-devel libnet-devel libnl3-devel protobuf-c-devel
|
||||
protobuf-devel"
|
||||
short_desc="Utility to checkpoint/restore a process tree"
|
||||
|
@ -38,7 +38,6 @@ criu-devel_package() {
|
|||
|
||||
criu-python_package() {
|
||||
archs=noarch
|
||||
pycompile_module="pycriu"
|
||||
depends="python-protobuf python-ipaddr criu-${version}_${revision}"
|
||||
short_desc="Python2 bindings for criu and crit cli util"
|
||||
pkg_install() {
|
||||
|
|
Loading…
Add table
Reference in a new issue