summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools
diff options
context:
space:
mode:
authorChen Qi <Qi.Chen@windriver.com>2025-06-24 16:57:47 +0800
committerArmin Kuster <akuster808@gmail.com>2025-07-02 20:36:39 -0400
commit74f42273b4829a4adbb2356f5b441a6589d45d46 (patch)
treeb9f75ce998650516847358bcf71707a023cf2fa3 /meta-python/recipes-devtools
parenteafaacee695bd77be48eaa05f7b8993993e03453 (diff)
downloadmeta-openembedded-74f42273b4829a4adbb2356f5b441a6589d45d46.tar.gz
python3-protobuf: fix RDEPENDS
python3-ctypes is needed as a runtime dependency. Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools')
-rw-r--r--meta-python/recipes-devtools/python/python3-protobuf_3.20.3.bb1
1 files changed, 1 insertions, 0 deletions
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+)+)/"
18DEPENDS += "protobuf" 18DEPENDS += "protobuf"
19 19
20RDEPENDS:${PN} += " \ 20RDEPENDS:${PN} += " \
21 ${PYTHON_PN}-ctypes \
21 ${PYTHON_PN}-datetime \ 22 ${PYTHON_PN}-datetime \
22 ${PYTHON_PN}-json \ 23 ${PYTHON_PN}-json \
23 ${PYTHON_PN}-logging \ 24 ${PYTHON_PN}-logging \