summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Marko <peter.marko@siemens.com>2024-03-27 14:27:11 +0100
committerKhem Raj <raj.khem@gmail.com>2024-03-27 07:57:30 -0700
commit9660163c4f9e3af42312f1d53d91b73c477b6aef (patch)
tree724ce97b78f16b503b435df22188ccedc5a97bfd
parent5f6b96e5bebadfa7283108067b63572c297aace6 (diff)
downloadmeta-openembedded-9660163c4f9e3af42312f1d53d91b73c477b6aef.tar.gz
python3-grpcio: cleanup dependencies
* setuptools: this is needed only for building * six: no longer needed for some time already, see https://github.com/grpc/grpc/pull/31340 Current requirements: https://github.com/grpc/grpc/blob/v1.62.1/setup.py#L539 Signed-off-by: Peter Marko <peter.marko@siemens.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-python/recipes-devtools/python/python3-grpcio_1.62.1.bb5
1 files changed, 1 insertions, 4 deletions
diff --git a/meta-python/recipes-devtools/python/python3-grpcio_1.62.1.bb b/meta-python/recipes-devtools/python/python3-grpcio_1.62.1.bb
index 6efde8da5..8405ebed0 100644
--- a/meta-python/recipes-devtools/python/python3-grpcio_1.62.1.bb
+++ b/meta-python/recipes-devtools/python/python3-grpcio_1.62.1.bb
@@ -12,10 +12,7 @@ SRC_URI += "file://0001-Include-missing-cstdint-header.patch \
12 " 12 "
13SRC_URI[sha256sum] = "6c455e008fa86d9e9a9d85bb76da4277c0d7d9668a3bfa70dbe86e9f3c759947" 13SRC_URI[sha256sum] = "6c455e008fa86d9e9a9d85bb76da4277c0d7d9668a3bfa70dbe86e9f3c759947"
14 14
15RDEPENDS:${PN} = "python3-protobuf \ 15RDEPENDS:${PN} = "python3-protobuf"
16 python3-setuptools \
17 python3-six \
18"
19 16
20inherit setuptools3 17inherit setuptools3
21inherit pypi 18inherit pypi