python3-protobuf: added python3-ctypes as RDEPENDS

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>
This commit is contained in:
Jan Vermaete
2024-06-22 08:31:36 +02:00
committed by Khem Raj
parent 69769ff44e
commit d1b8ebc2a5

View File

@@ -17,6 +17,7 @@ UPSTREAM_CHECK_REGEX = "protobuf/(?P<pver>\d+(\.\d+)+)/"
DEPENDS += "protobuf"
RDEPENDS:${PN} += " \
python3-ctypes \
python3-datetime \
python3-json \
python3-logging \