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 <[email protected]>
---
meta-python/recipes-devtools/python/python3-protobuf_4.25.3.bb | 1 +
1 file changed, 1 insertion(+)
diff --git a/meta-python/recipes-devtools/python/python3-protobuf_4.25.3.bb
b/meta-python/recipes-devtools/python/python3-protobuf_4.25.3.bb
index b9b03badd..9695880d0 100644
--- a/meta-python/recipes-devtools/python/python3-protobuf_4.25.3.bb
+++ b/meta-python/recipes-devtools/python/python3-protobuf_4.25.3.bb
@@ -17,6 +17,7 @@ UPSTREAM_CHECK_REGEX = "protobuf/(?P<pver>\d+(\.\d+)+)/"
DEPENDS += "protobuf"
RDEPENDS:${PN} += " \
+ python3-ctypes \
python3-datetime \
python3-json \
python3-logging \
--
2.39.2
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#110996):
https://lists.openembedded.org/g/openembedded-devel/message/110996
Mute This Topic: https://lists.openembedded.org/mt/106813262/21656
Group Owner: [email protected]
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-