All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-python][PATCH] python-grpcio-tools: Add missing space for append
@ 2020-11-14 16:10 Khem Raj
  2020-11-18 15:53 ` [oe] " Trevor Gamblin
  0 siblings, 1 reply; 2+ messages in thread
From: Khem Raj @ 2020-11-14 16:10 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Khem Raj

Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 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 1a15c48de0..6675f904c1 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_append = " ${PYTHON_PN}-grpcio"
 RDEPENDS_${PN} = "${PYTHON_PN}-grpcio"
 
 LICENSE = "Apache-2.0"
-- 
2.29.2


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [oe] [meta-python][PATCH] python-grpcio-tools: Add missing space for append
  2020-11-14 16:10 [meta-python][PATCH] python-grpcio-tools: Add missing space for append Khem Raj
@ 2020-11-18 15:53 ` Trevor Gamblin
  0 siblings, 0 replies; 2+ messages in thread
From: Trevor Gamblin @ 2020-11-18 15:53 UTC (permalink / raw)
  To: Khem Raj, openembedded-devel

[-- Attachment #1: Type: text/plain, Size: 980 bytes --]


On 2020-11-14 11:10 a.m., Khem Raj wrote:
> [Please note this e-mail is from an EXTERNAL e-mail address]
>
> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
> ---
>   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 1a15c48de0..6675f904c1 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_append = " ${PYTHON_PN}-grpcio"
>   RDEPENDS_${PN} = "${PYTHON_PN}-grpcio"
>
>   LICENSE = "Apache-2.0"
> --
> 2.29.2
>
>
> 
>

[-- Attachment #2: Type: text/html, Size: 1855 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-11-18 15:53 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-14 16:10 [meta-python][PATCH] python-grpcio-tools: Add missing space for append Khem Raj
2020-11-18 15:53 ` [oe] " Trevor Gamblin

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.