From 74f42273b4829a4adbb2356f5b441a6589d45d46 Mon Sep 17 00:00:00 2001 From: Chen Qi Date: Tue, 24 Jun 2025 16:57:47 +0800 Subject: python3-protobuf: fix RDEPENDS python3-ctypes is needed as a runtime dependency. Signed-off-by: Chen Qi Signed-off-by: Armin Kuster --- meta-python/recipes-devtools/python/python3-protobuf_3.20.3.bb | 1 + 1 file changed, 1 insertion(+) 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\d+(\.\d+)+)/" DEPENDS += "protobuf" RDEPENDS:${PN} += " \ + ${PYTHON_PN}-ctypes \ ${PYTHON_PN}-datetime \ ${PYTHON_PN}-json \ ${PYTHON_PN}-logging \ -- cgit v1.2.3-54-g00ecf