summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-grpcio_1.60.1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-grpcio_1.60.1.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-grpcio_1.60.1.bb8
1 files changed, 4 insertions, 4 deletions
diff --git a/meta-python/recipes-devtools/python/python3-grpcio_1.60.1.bb b/meta-python/recipes-devtools/python/python3-grpcio_1.60.1.bb
index 6bcb31656..b00f8681c 100644
--- a/meta-python/recipes-devtools/python/python3-grpcio_1.60.1.bb
+++ b/meta-python/recipes-devtools/python/python3-grpcio_1.60.1.bb
@@ -4,7 +4,7 @@ SECTION = "devel/python"
4LICENSE = "Apache-2.0 & BSD-3-Clause" 4LICENSE = "Apache-2.0 & BSD-3-Clause"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=731e401b36f8077ae0c134b59be5c906" 5LIC_FILES_CHKSUM = "file://LICENSE;md5=731e401b36f8077ae0c134b59be5c906"
6 6
7DEPENDS += "${PYTHON_PN}-protobuf" 7DEPENDS += "python3-protobuf"
8 8
9SRC_URI += "file://0001-Include-missing-cstdint-header.patch \ 9SRC_URI += "file://0001-Include-missing-cstdint-header.patch \
10 file://abseil-ppc-fixes.patch \ 10 file://abseil-ppc-fixes.patch \
@@ -12,9 +12,9 @@ SRC_URI += "file://0001-Include-missing-cstdint-header.patch \
12 " 12 "
13SRC_URI[sha256sum] = "dd1d3a8d1d2e50ad9b59e10aa7f07c7d1be2b367f3f2d33c5fade96ed5460962" 13SRC_URI[sha256sum] = "dd1d3a8d1d2e50ad9b59e10aa7f07c7d1be2b367f3f2d33c5fade96ed5460962"
14 14
15RDEPENDS:${PN} = "${PYTHON_PN}-protobuf \ 15RDEPENDS:${PN} = "python3-protobuf \
16 ${PYTHON_PN}-setuptools \ 16 python3-setuptools \
17 ${PYTHON_PN}-six \ 17 python3-six \
18" 18"
19 19
20inherit setuptools3 20inherit setuptools3