summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-python/recipes-devtools/python/python3-grpcio_1.69.0.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-grpcio_1.69.0.bb b/meta-python/recipes-devtools/python/python3-grpcio_1.69.0.bb
index 26d7564590..8482240b68 100644
--- a/meta-python/recipes-devtools/python/python3-grpcio_1.69.0.bb
+++ b/meta-python/recipes-devtools/python/python3-grpcio_1.69.0.bb
@@ -1,7 +1,7 @@
1DESCRIPTION = "Google gRPC" 1DESCRIPTION = "Google gRPC"
2HOMEPAGE = "http://www.grpc.io/" 2HOMEPAGE = "http://www.grpc.io/"
3SECTION = "devel/python" 3SECTION = "devel/python"
4LICENSE = "Apache-2.0 & BSD-3-Clause" 4LICENSE = "Apache-2.0 & BSD-3-Clause & MPL-2.0"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=731e401b36f8077ae0c134b59be5c906" 5LIC_FILES_CHKSUM = "file://LICENSE;md5=731e401b36f8077ae0c134b59be5c906"
6 6
7DEPENDS += "abseil-cpp c-ares openssl python3-protobuf re2 zlib" 7DEPENDS += "abseil-cpp c-ares openssl python3-protobuf re2 zlib"