summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-grpcio-tools_1.38.1.bb
diff options
context:
space:
mode:
authorzangrc <zangrc.fnst@fujitsu.com>2021-08-20 17:38:44 +0800
committerKhem Raj <raj.khem@gmail.com>2021-08-23 21:58:55 -0700
commit52ca238faf6ff91da3e2dc4d5e2422f01e7a0e7d (patch)
treea28b2f0605652140a78ecacd62de2fc7ac7b2a89 /meta-python/recipes-devtools/python/python3-grpcio-tools_1.38.1.bb
parent3180465417e4a814e8e1f680d4abff7d736f7d4b (diff)
downloadmeta-openembedded-52ca238faf6ff91da3e2dc4d5e2422f01e7a0e7d.tar.gz
python3-grpcio-tools: upgrade 1.38.1 -> 1.39.0
Signed-off-by: Zang Ruochen <zangrc.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-grpcio-tools_1.38.1.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-grpcio-tools_1.38.1.bb22
1 files changed, 0 insertions, 22 deletions
diff --git a/meta-python/recipes-devtools/python/python3-grpcio-tools_1.38.1.bb b/meta-python/recipes-devtools/python/python3-grpcio-tools_1.38.1.bb
deleted file mode 100644
index ee7c140b3c..0000000000
--- a/meta-python/recipes-devtools/python/python3-grpcio-tools_1.38.1.bb
+++ /dev/null
@@ -1,22 +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
14SRC_URI[sha256sum] = "cd85f58038b92e1961f8127d79691e84e151390d35cae73c4c0cbe2042f76b77"
15
16RDEPENDS:${PN} = "${PYTHON_PN}-grpcio"
17
18BBCLASSEXTEND = "native nativesdk"
19
20# Needs abseil-cpp which does not build for ppc64le/musl
21COMPATIBLE_HOST:libc-musl:powerpc64le = "null"
22