From 6f7a7d62cbf051ab0d310836228ae3c38b70a874 Mon Sep 17 00:00:00 2001 From: Tim Orling Date: Sat, 2 Mar 2024 14:22:14 -0800 Subject: criu: pycriu RDEPENDS on python3-protobuf 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 b02de22e..18824213 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" +RDEPENDS:${PN} = "bash cgroup-lite python3-protobuf" S = "${WORKDIR}/git" -- cgit v1.2.3-54-g00ecf