diff mbox series

[meta-python,kirkstone,2/3] python3-protobuf: fix RDEPENDS

Message ID 20250624085748.3060194-2-Qi.Chen@windriver.com
State New
Headers show
Series [meta-oe,kirkstone,1/3] protobuf: fix ptest with python PACKAGECONFIG enabled | expand

Commit Message

ChenQi June 24, 2025, 8:57 a.m. UTC
From: Chen Qi <Qi.Chen@windriver.com>

python3-ctypes is needed as a runtime dependency.

Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
---
 meta-python/recipes-devtools/python/python3-protobuf_3.20.3.bb | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

diff --git a/meta-python/recipes-devtools/python/python3-protobuf_3.20.3.bb b/meta-python/recipes-devtools/python/python3-protobuf_3.20.3.bb
index 76b48e1ffc..a4088a2de2 100644
--- a/meta-python/recipes-devtools/python/python3-protobuf_3.20.3.bb
+++ b/meta-python/recipes-devtools/python/python3-protobuf_3.20.3.bb
@@ -18,6 +18,7 @@  UPSTREAM_CHECK_REGEX = "protobuf/(?P<pver>\d+(\.\d+)+)/"
 DEPENDS += "protobuf"
 
 RDEPENDS:${PN} += " \
+    ${PYTHON_PN}-ctypes \
     ${PYTHON_PN}-datetime \
     ${PYTHON_PN}-json \
     ${PYTHON_PN}-logging \