From 8dd5ca290022bdbc9b998077194e59e560277240 Mon Sep 17 00:00:00 2001 From: Tim Orling Date: Sat, 2 Mar 2024 14:32:07 -0800 Subject: criu: pycriu RDEPENDS on python3-fcntl Signed-off-by: Tim Orling --- recipes-containers/criu/criu_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-containers/criu/criu_git.bb b/recipes-containers/criu/criu_git.bb index dc2d0ab7..09503624 100644 --- a/recipes-containers/criu/criu_git.bb +++ b/recipes-containers/criu/criu_git.bb @@ -27,7 +27,7 @@ SRC_URI = "git://github.com/checkpoint-restore/criu.git;branch=master;protocol=h COMPATIBLE_HOST = "(x86_64|arm|aarch64).*-linux" DEPENDS += "libnl libcap protobuf-c-native protobuf-c util-linux-native libbsd libnet python3-protobuf-native" -RDEPENDS:${PN} = "bash cgroup-lite python3-ctypes python3-protobuf" +RDEPENDS:${PN} = "bash cgroup-lite python3-ctypes python3-fcntl python3-protobuf" S = "${WORKDIR}/git" -- cgit v1.2.3-54-g00ecf