mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-04-20 11:38:34 +00:00
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>
This commit is contained in:
@@ -12,10 +12,7 @@ SRC_URI += "file://0001-Include-missing-cstdint-header.patch \
|
||||
"
|
||||
SRC_URI[sha256sum] = "6c455e008fa86d9e9a9d85bb76da4277c0d7d9668a3bfa70dbe86e9f3c759947"
|
||||
|
||||
RDEPENDS:${PN} = "python3-protobuf \
|
||||
python3-setuptools \
|
||||
python3-six \
|
||||
"
|
||||
RDEPENDS:${PN} = "python3-protobuf"
|
||||
|
||||
inherit setuptools3
|
||||
inherit pypi
|
||||
|
||||
Reference in New Issue
Block a user