summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python-grpcio_1.14.1.bb
diff options
context:
space:
mode:
authorJens Rehsack <sno@netbsd.org>2018-08-27 13:07:31 +0200
committerKhem Raj <raj.khem@gmail.com>2018-08-28 09:36:28 -0700
commitb3b34496758768d06a18621754492dde730c9423 (patch)
treee3581d6353f5e60d670360b3b6dc529452fceb6d /meta-python/recipes-devtools/python/python-grpcio_1.14.1.bb
parentd9309e44aa1d530c77ced19af1b4d2c5c0dbec6e (diff)
downloadmeta-openembedded-b3b34496758768d06a18621754492dde730c9423.tar.gz
python{,3}-grpcio: update to 1.14.1
Update python-grpcio and add related python3-grpcio recipe for recent features and bug-fixes. Signed-off-by: Jens Rehsack <sno@netbsd.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python-grpcio_1.14.1.bb')
-rw-r--r--meta-python/recipes-devtools/python/python-grpcio_1.14.1.bb6
1 files changed, 6 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python-grpcio_1.14.1.bb b/meta-python/recipes-devtools/python/python-grpcio_1.14.1.bb
new file mode 100644
index 0000000000..820bea44b4
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python-grpcio_1.14.1.bb
@@ -0,0 +1,6 @@
1inherit setuptools
2require python-grpcio.inc
3
4RDEPENDS_${PN} += " python-enum34 \
5 python-futures \
6"