summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python-grpcio_1.6.3.bb
diff options
context:
space:
mode:
authorDerek Straka <derek@asterius.io>2017-11-17 13:25:40 -0500
committerArmin Kuster <akuster808@gmail.com>2017-11-30 09:13:32 -0800
commit456a16a2a86ecfd36d40a8d014d4a45631b90f59 (patch)
treefb6a72e0ab6e9f7dd2a12be6f78ecf2f94dc2694 /meta-python/recipes-devtools/python/python-grpcio_1.6.3.bb
parentc37eecafb8a4dd0d2a6822f6d43dfd79944ca0e8 (diff)
downloadmeta-openembedded-456a16a2a86ecfd36d40a8d014d4a45631b90f59.tar.gz
python-grpcio: update to version 1.7.0
Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python-grpcio_1.6.3.bb')
-rw-r--r--meta-python/recipes-devtools/python/python-grpcio_1.6.3.bb25
1 files changed, 0 insertions, 25 deletions
diff --git a/meta-python/recipes-devtools/python/python-grpcio_1.6.3.bb b/meta-python/recipes-devtools/python/python-grpcio_1.6.3.bb
deleted file mode 100644
index 203bb36c21..0000000000
--- a/meta-python/recipes-devtools/python/python-grpcio_1.6.3.bb
+++ /dev/null
@@ -1,25 +0,0 @@
1DESCRIPTION = "Google gRPC"
2HOMEPAGE = "http://www.grpc.io/"
3SECTION = "devel/python"
4
5DEPENDS = "python-protobuf"
6
7SRC_URI += "file://0001-setup.py-Do-not-mix-C-and-C-compiler-options.patch \
8 "
9RDEPENDS_${PN} = "python-enum34 \
10 python-futures \
11 python-protobuf \
12 python-setuptools \
13 python-six \
14"
15
16LICENSE = "BSD-3-Clause"
17LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/BSD-3-Clause;md5=550794465ba0ec5312d6919e203a55f9"
18
19inherit pypi setuptools
20
21SRC_URI[md5sum] = "6637c4dfee8166f69be7571591b6c57c"
22SRC_URI[sha256sum] = "e9662782c58bc21be26163b78136eaed091dfd45fac699cb711ee9eeeb7e2f9b"
23
24# For usage in other recipes when compiling protobuf files (e.g. by grpcio-tools)
25BBCLASSEXTEND = "native"