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-10-24 14:52:18 +0800
committerKhem Raj <raj.khem@gmail.com>2022-10-24 09:56:33 -0700
commit52cae04d99f4c6c70626257cc06b04529f81cf0d (patch)
tree5563affbefe908209cbd51d0c413981899c0f8e8 /meta-python/recipes-devtools/python/python3-grpcio-tools_1.50.0.bb
parent0789ccf0cb8a958bc1949e90f29414994912949c (diff)
downloadmeta-openembedded-52cae04d99f4c6c70626257cc06b04529f81cf0d.tar.gz
python3-grpcio-tools: upgrade 1.49.1 -> 1.50.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, 19 insertions, 0 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
new file mode 100644
index 0000000000..dbedd4913b
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-grpcio-tools_1.50.0.bb
@@ -0,0 +1,19 @@
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"