diff options
| author | Jan Vermaete <jan.vermaete@gmail.com> | 2024-06-22 08:31:36 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-06-22 06:59:19 -0700 |
| commit | d1b8ebc2a5ff5993e118048f2ca31a893f13cd38 (patch) | |
| tree | 625d3be09650c929af9c0f8a839555689c9f8264 /meta-python/recipes-devtools/python | |
| parent | 69769ff44ed0572a7b3c769ce3c36f28fff359d1 (diff) | |
| download | meta-openembedded-d1b8ebc2a5ff5993e118048f2ca31a893f13cd38.tar.gz | |
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>
Diffstat (limited to 'meta-python/recipes-devtools/python')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-protobuf_4.25.3.bb | 1 |
1 files changed, 1 insertions, 0 deletions
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 b9b03badd0..9695880d02 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+)+)/" | |||
| 17 | DEPENDS += "protobuf" | 17 | DEPENDS += "protobuf" |
| 18 | 18 | ||
| 19 | RDEPENDS:${PN} += " \ | 19 | RDEPENDS:${PN} += " \ |
| 20 | python3-ctypes \ | ||
| 20 | python3-datetime \ | 21 | python3-datetime \ |
| 21 | python3-json \ | 22 | python3-json \ |
| 22 | python3-logging \ | 23 | python3-logging \ |
