This was already fixed in:
https://git.openembedded.org/meta-openembedded/commit/?h=dunfell&id=7fbe300c6d3b7e116dd7a56e16f85ff78d8f522c

On Tue, Mar 2, 2021 at 1:40 PM Andrei Gherzan <[email protected]> wrote:

> 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 (#89800): 
https://lists.openembedded.org/g/openembedded-devel/message/89800
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]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to