diff options
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.bb | 8 |
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" | |||
4 | LICENSE = "Apache-2.0 & BSD-3-Clause" | 4 | LICENSE = "Apache-2.0 & BSD-3-Clause" |
5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=731e401b36f8077ae0c134b59be5c906" | 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=731e401b36f8077ae0c134b59be5c906" |
6 | 6 | ||
7 | DEPENDS += "${PYTHON_PN}-protobuf" | 7 | DEPENDS += "python3-protobuf" |
8 | 8 | ||
9 | SRC_URI += "file://0001-Include-missing-cstdint-header.patch \ | 9 | SRC_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 | " |
13 | SRC_URI[sha256sum] = "dd1d3a8d1d2e50ad9b59e10aa7f07c7d1be2b367f3f2d33c5fade96ed5460962" | 13 | SRC_URI[sha256sum] = "dd1d3a8d1d2e50ad9b59e10aa7f07c7d1be2b367f3f2d33c5fade96ed5460962" |
14 | 14 | ||
15 | RDEPENDS:${PN} = "${PYTHON_PN}-protobuf \ | 15 | RDEPENDS:${PN} = "python3-protobuf \ |
16 | ${PYTHON_PN}-setuptools \ | 16 | python3-setuptools \ |
17 | ${PYTHON_PN}-six \ | 17 | python3-six \ |
18 | " | 18 | " |
19 | 19 | ||
20 | inherit setuptools3 | 20 | inherit setuptools3 |