summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-grpcio-channelz_1.67.1.bb
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2024-12-24 17:26:23 +0800
committerKhem Raj <raj.khem@gmail.com>2024-12-24 08:23:08 -0800
commitedbfb4800799a3a6e767b83c985fff94204bdc8e (patch)
tree6e61c23bfb0b9fdaff208de02707645ca3f2a5cb /meta-python/recipes-devtools/python/python3-grpcio-channelz_1.67.1.bb
parent36ed16ec65faf2d96078a364456354183e4504c5 (diff)
downloadmeta-openembedded-edbfb4800799a3a6e767b83c985fff94204bdc8e.tar.gz
python3-grpcio-channelz: upgrade 1.67.1 -> 1.68.1
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-grpcio-channelz_1.67.1.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-grpcio-channelz_1.67.1.bb18
1 files changed, 0 insertions, 18 deletions
diff --git a/meta-python/recipes-devtools/python/python3-grpcio-channelz_1.67.1.bb b/meta-python/recipes-devtools/python/python3-grpcio-channelz_1.67.1.bb
deleted file mode 100644
index 9f81c6a691..0000000000
--- a/meta-python/recipes-devtools/python/python3-grpcio-channelz_1.67.1.bb
+++ /dev/null
@@ -1,18 +0,0 @@
1DESCRIPTION = "Google gRPC channelz"
2HOMEPAGE = "http://www.grpc.io/"
3SECTION = "devel/python"
4
5LICENSE = "Apache-2.0"
6LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=7145f7cdd263359b62d342a02f005515"
7
8inherit pypi setuptools3
9
10DEPENDS += "python3-grpcio"
11PYPI_PACKAGE = "grpcio_channelz"
12UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}"
13
14SRC_URI[sha256sum] = "a4ae742c9ca04327ae0eec43d7e5b96c9686b8fc24200ae0816a67ab18342710"
15
16RDEPENDS:${PN} = "python3-grpcio"
17
18BBCLASSEXTEND = "native nativesdk"