diff mbox series

[meta-python,scarthgap,2/2] python3-protobuf: added python3-ctypes as RDEPENDS

Message ID 20260202213228.2116741-2-peter.marko@siemens.com
State New
Headers show
Series [meta-python,scarthgap,1/2] python3-protobuf: patch CVE-2026-0994 | expand

Commit Message

Marko, Peter Feb. 2, 2026, 9:32 p.m. UTC
From: Jan Vermaete <jan.vermaete@gmail.com>

  File "/usr/lib/python3.12/site-packages/google/protobuf/internal/type_checkers.py", line 25, in <module>
    import ctypes
ModuleNotFoundError: No module named 'ctypes'

tested on qemu86-64

Signed-off-by: Jan Vermaete <jan.vermaete@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>

(From meta-openembedded rev: d1b8ebc2a5ff5993e118048f2ca31a893f13cd38)

Signed-off-by: Peter Marko <peter.marko@siemens.com>
---
 meta-python/recipes-devtools/python/python3-protobuf_4.25.8.bb | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

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<pver>\d+(\.\d+)+)/"
 DEPENDS += "protobuf"
 
 RDEPENDS:${PN} += " \
+    python3-ctypes \
     python3-datetime \
     python3-json \
     python3-logging \