| Message ID | 20260202213228.2116741-2-peter.marko@siemens.com |
|---|---|
| State | New |
| Headers | show |
| Series | [meta-python,scarthgap,1/2] python3-protobuf: patch CVE-2026-0994 | expand |
diff --git a/meta-python/recipes-devtools/python/python3-protobuf_4.25.8.bb b/meta-python/recipes-devtools/python/python3-protobuf_4.25.8.bb index 6ba24899f6..7c534fe656 100644 --- a/meta-python/recipes-devtools/python/python3-protobuf_4.25.8.bb +++ b/meta-python/recipes-devtools/python/python3-protobuf_4.25.8.bb @@ -19,6 +19,7 @@ UPSTREAM_CHECK_REGEX = "protobuf/(?P<pver>\d+(\.\d+)+)/" DEPENDS += "protobuf" RDEPENDS:${PN} += " \ + python3-ctypes \ python3-datetime \ python3-json \ python3-logging \