From 4e1397ed49af62ef7d1e980013b0d59fd7aae238 Mon Sep 17 00:00:00 2001 From: Jan Vermaete Date: Mon, 2 Feb 2026 22:32:28 +0100 Subject: python3-protobuf: added python3-ctypes as RDEPENDS File "/usr/lib/python3.12/site-packages/google/protobuf/internal/type_checkers.py", line 25, in import ctypes ModuleNotFoundError: No module named 'ctypes' tested on qemu86-64 Signed-off-by: Jan Vermaete Signed-off-by: Khem Raj (From meta-openembedded rev: d1b8ebc2a5ff5993e118048f2ca31a893f13cd38) Signed-off-by: Peter Marko Signed-off-by: Anuj Mittal --- meta-python/recipes-devtools/python/python3-protobuf_4.25.8.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'meta-python/recipes-devtools/python') diff --git a/meta-python/recipes-devtools/python/python3-protobuf_4.25.8.bb b/meta-python/recipes-devtools/python/python3-protobuf_4.25.8.bb index 6ba24899f6..7c534fe656 100644 --- a/meta-python/recipes-devtools/python/python3-protobuf_4.25.8.bb +++ b/meta-python/recipes-devtools/python/python3-protobuf_4.25.8.bb @@ -19,6 +19,7 @@ UPSTREAM_CHECK_REGEX = "protobuf/(?P\d+(\.\d+)+)/" DEPENDS += "protobuf" RDEPENDS:${PN} += " \ + python3-ctypes \ python3-datetime \ python3-json \ python3-logging \ -- cgit v1.2.3-54-g00ecf