summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-grpcio-tools_1.49.0.bb
diff options
context:
space:
mode:
authorwangmy <wangmy@fujitsu.com>2022-09-27 17:09:36 +0800
committerKhem Raj <raj.khem@gmail.com>2022-09-28 14:54:31 -0700
commit3e1f4d85cfa5e841249283b0325f91eff626db47 (patch)
treebcf7a221fce0c113ffd0e4d08ad6d62ccbfb2439 /meta-python/recipes-devtools/python/python3-grpcio-tools_1.49.0.bb
parentd9f1c844a449439bbcaa57048fea4a5e0c594f7a (diff)
downloadmeta-openembedded-3e1f4d85cfa5e841249283b0325f91eff626db47.tar.gz
python3-grpcio-tools: upgrade 1.49.0 -> 1.49.1
Changelog: ========= All ------ Update protobuf to v21.6 on 1.49.x. (#31028) Ruby ------ Backport "Fix ruby windows ucrt build #31051" to 1.49.x. (#31053) 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.49.0.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-grpcio-tools_1.49.0.bb19
1 files changed, 0 insertions, 19 deletions
diff --git a/meta-python/recipes-devtools/python/python3-grpcio-tools_1.49.0.bb b/meta-python/recipes-devtools/python/python3-grpcio-tools_1.49.0.bb
deleted file mode 100644
index d2b599ae7a..0000000000
--- a/meta-python/recipes-devtools/python/python3-grpcio-tools_1.49.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] = "16ac93ac515194f63febcf6f8a96a7f17390268972acc15e765d257f5008f2af"
16
17RDEPENDS:${PN} = "${PYTHON_PN}-grpcio"
18
19BBCLASSEXTEND = "native nativesdk"