summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-grpcio-tools_1.60.1.bb
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2024-03-06 16:43:21 +0800
committerKhem Raj <raj.khem@gmail.com>2024-03-08 10:07:23 -0800
commit7fc8087c65370b9a7ca73dc4fbd2f1621c2aed94 (patch)
tree5b6b5f1117c6bff5268eaaf95091c4e23f3f8c65 /meta-python/recipes-devtools/python/python3-grpcio-tools_1.60.1.bb
parent7bb7f5a6db472ace9d7680367fc14c6c838de64e (diff)
downloadmeta-openembedded-7fc8087c65370b9a7ca73dc4fbd2f1621c2aed94.tar.gz
python3-grpcio(-tools): upgrade 1.60.1 -> 1.62.0
0001-zlib-Include-unistd.h-for-open-close-C-APIs.patch abseil-ppc-fixes.patch refreshed for 1.62.0 Changelog: ========== -[metadata] Allow non application/grpc content-type values. -[BoringSSL] Update third_party/boringssl-with-bazel. -[GPR] Removed GPR_BACKWARDS_COMPATIBILITY_MODE. 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.60.1.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-grpcio-tools_1.60.1.bb19
1 files changed, 0 insertions, 19 deletions
diff --git a/meta-python/recipes-devtools/python/python3-grpcio-tools_1.60.1.bb b/meta-python/recipes-devtools/python/python3-grpcio-tools_1.60.1.bb
deleted file mode 100644
index 07f5fe4c2a..0000000000
--- a/meta-python/recipes-devtools/python/python3-grpcio-tools_1.60.1.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 += "python3-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] = "da08224ab8675c6d464b988bd8ca02cccd2bf0275bceefe8f6219bfd4a4f5e85"
16
17RDEPENDS:${PN} = "python3-grpcio"
18
19BBCLASSEXTEND = "native nativesdk"