summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-grpcio-tools_1.50.0.bb
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2022-11-28 14:18:47 +0800
committerKhem Raj <raj.khem@gmail.com>2022-11-28 11:32:26 -0800
commit6d207bfde5a545f01ffafbd4f76713c513494cae (patch)
treee6bb53d3fa848cf8a916f3e7c92ebf82dcfe8a8e /meta-python/recipes-devtools/python/python3-grpcio-tools_1.50.0.bb
parenteb0c50086cd32afa9824805acd1cca06eda434c7 (diff)
downloadmeta-openembedded-6d207bfde5a545f01ffafbd4f76713c513494cae.tar.gz
python3-grpcio-tools: upgrade 1.50.0 -> 1.51.0
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-tools_1.50.0.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-grpcio-tools_1.50.0.bb19
1 files changed, 0 insertions, 19 deletions
diff --git a/meta-python/recipes-devtools/python/python3-grpcio-tools_1.50.0.bb b/meta-python/recipes-devtools/python/python3-grpcio-tools_1.50.0.bb
deleted file mode 100644
index dbedd4913b..0000000000
--- a/meta-python/recipes-devtools/python/python3-grpcio-tools_1.50.0.bb
+++ /dev/null
@@ -1,19 +0,0 @@
1DESCRIPTION = "Google gRPC tools"
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 += "${PYTHON_PN}-grpcio"
11
12SRC_URI += "file://0001-setup.py-Do-not-mix-C-and-C-compiler-options.patch \
13 file://0001-protobuf-Disable-musttail-attribute-on-mips.patch \
14 "
15SRC_URI[sha256sum] = "88b75f2afd889c7c6939f58d76b58ab84de4723c7de882a1f8448af6632e256f"
16
17RDEPENDS:${PN} = "${PYTHON_PN}-grpcio"
18
19BBCLASSEXTEND = "native nativesdk"