From: Andrei Gherzan <[email protected]> There was a missing whitespace leading to errors like:
ERROR: Nothing PROVIDES 'python3python3-grpcio' (but [...]/meta-openembedded/meta-python/recipes-devtools/python/python3-grpcio-tools_1.14.1.bb DEPENDS on or otherwise requires it). Close matches: python3-grpcio Signed-off-by: Andrei Gherzan <[email protected]> --- meta-python/recipes-devtools/python/python-grpcio-tools.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-python/recipes-devtools/python/python-grpcio-tools.inc b/meta-python/recipes-devtools/python/python-grpcio-tools.inc index 1a15c48de..a3d34cf46 100644 --- a/meta-python/recipes-devtools/python/python-grpcio-tools.inc +++ b/meta-python/recipes-devtools/python/python-grpcio-tools.inc @@ -2,7 +2,7 @@ DESCRIPTION = "Google gRPC tools" HOMEPAGE = "http://www.grpc.io/" SECTION = "devel/python" -DEPENDS_append = "${PYTHON_PN}-grpcio" +DEPENDS += "${PYTHON_PN}-grpcio" RDEPENDS_${PN} = "${PYTHON_PN}-grpcio" LICENSE = "Apache-2.0" -- 2.30.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#89798): https://lists.openembedded.org/g/openembedded-devel/message/89798 Mute This Topic: https://lists.openembedded.org/mt/81023854/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
