diff options
author | Derek Straka <derek@asterius.io> | 2018-01-03 17:08:52 -0500 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2018-01-16 21:33:05 -0800 |
commit | 33e62def4fea47b516e394e667fd442a16a0a60c (patch) | |
tree | ff11432f0d5b2e4daa6469ac6f0e8083aee9b587 | |
parent | bf51fd5931fb0256999c5f2f7820bd052d081de6 (diff) | |
download | meta-openembedded-33e62def4fea47b516e394e667fd442a16a0a60c.tar.gz |
python-grpcio: update to version 1.8.2
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r-- | meta-python/recipes-devtools/python/python-grpcio_1.8.2.bb (renamed from meta-python/recipes-devtools/python/python-grpcio_1.7.0.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-python/recipes-devtools/python/python-grpcio_1.7.0.bb b/meta-python/recipes-devtools/python/python-grpcio_1.8.2.bb index a7df0a2da4..5b0724ed82 100644 --- a/meta-python/recipes-devtools/python/python-grpcio_1.7.0.bb +++ b/meta-python/recipes-devtools/python/python-grpcio_1.8.2.bb | |||
@@ -18,8 +18,8 @@ LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/BSD-3-Clause;md5=550794465ba0ec | |||
18 | 18 | ||
19 | inherit pypi setuptools | 19 | inherit pypi setuptools |
20 | 20 | ||
21 | SRC_URI[md5sum] = "b564632793132fd35cdff984d6b309b0" | 21 | SRC_URI[md5sum] = "4d4ce91b5a56d724227aa116f971402c" |
22 | SRC_URI[sha256sum] = "6662af1f07cf7a3d171a7f56afc2cfeff262a5f2c52d15ae5ea581d0c367aea8" | 22 | SRC_URI[sha256sum] = "1ea1336f0d1158c4e00e96a94df84b75f6bbff9816abb6cc68cbdc9442a9ac55" |
23 | 23 | ||
24 | # For usage in other recipes when compiling protobuf files (e.g. by grpcio-tools) | 24 | # For usage in other recipes when compiling protobuf files (e.g. by grpcio-tools) |
25 | BBCLASSEXTEND = "native" | 25 | BBCLASSEXTEND = "native" |