| Message ID | 20251111082659.663867-1-changqing.li@windriver.com |
|---|---|
| State | Under Review |
| Headers | show |
| Series | [meta-python] python3-grpcio: add python3-typing-extensions to RDEPENDS | expand |
diff --git a/meta-python/recipes-devtools/python/python3-grpcio_1.76.0.bb b/meta-python/recipes-devtools/python/python3-grpcio_1.76.0.bb index c4282502e1..037614da3e 100644 --- a/meta-python/recipes-devtools/python/python3-grpcio_1.76.0.bb +++ b/meta-python/recipes-devtools/python/python3-grpcio_1.76.0.bb @@ -15,7 +15,7 @@ SRC_URI += "file://0001-python-enable-unbundled-cross-compilation.patch \ " SRC_URI[sha256sum] = "7be78388d6da1a25c0d5ec506523db58b18be22d9c37d8d3a32c08be4987bd73" -RDEPENDS:${PN} = "python3-protobuf" +RDEPENDS:${PN} = "python3-protobuf python3-typing-extensions" inherit setuptools3 inherit pypi