meta-openembedded/meta-python/recipes-devtools/python/python3-grpcio-reflection_1.73.1.bb
Liu Yiding 0b274cd575
python3-grpcio-reflection: upgrade 1.72.1 -> 1.73.1
Signed-off-by: Liu Yiding <liuyd.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2025-07-22 00:16:43 -07:00

19 lines
516 B
BlitzBasic

DESCRIPTION = "Google gRPC reflection"
HOMEPAGE = "https://www.grpc.io/"
SECTION = "devel/python"
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=7145f7cdd263359b62d342a02f005515"
inherit pypi setuptools3
DEPENDS += "python3-grpcio"
PYPI_PACKAGE = "grpcio_reflection"
UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}"
SRC_URI[sha256sum] = "2d6a420264e31e83e81114dd2586b5cd05a6c689b01dd5e2121d91f2b4e167f2"
RDEPENDS:${PN} = "python3-grpcio"
BBCLASSEXTEND = "native nativesdk"