All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-virtualization][m-c-s][PATCH] glusterfs: change pythnon2 dependencies to python3 ones
@ 2020-02-04  2:38 Chen Qi
  2020-02-11 21:12 ` Bruce Ashfield
  0 siblings, 1 reply; 2+ messages in thread
From: Chen Qi @ 2020-02-04  2:38 UTC (permalink / raw)
  To: meta-virtualization

Change python2 deps to python3 ones.

Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
---
 recipes-extended/glusterfs/glusterfs.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes-extended/glusterfs/glusterfs.inc b/recipes-extended/glusterfs/glusterfs.inc
index 4eb325f1..a5677840 100644
--- a/recipes-extended/glusterfs/glusterfs.inc
+++ b/recipes-extended/glusterfs/glusterfs.inc
@@ -119,7 +119,7 @@ INSANE_SKIP_${PN}-server += "dev-so"
 PACKAGES += "${PN}-rdma ${PN}-geo-replication ${PN}-fuse ${PN}-server \
              ${PN}-api ${PN}-ocf"
 
-RDEPENDS_${PN} += "python3-core python-json python-ctypes bash"
+RDEPENDS_${PN} += "python3-core python3-json python3-ctypes bash"
 RDEPENDS_${PN}-ocf += "bash"
 RDEPENDS_${PN}-server += "bash"
 RDEPENDS_${PN}-geo-replication += "python3-core bash"
-- 
2.21.0


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

* Re: [meta-virtualization][m-c-s][PATCH] glusterfs: change pythnon2 dependencies to python3 ones
  2020-02-04  2:38 [meta-virtualization][m-c-s][PATCH] glusterfs: change pythnon2 dependencies to python3 ones Chen Qi
@ 2020-02-11 21:12 ` Bruce Ashfield
  0 siblings, 0 replies; 2+ messages in thread
From: Bruce Ashfield @ 2020-02-11 21:12 UTC (permalink / raw)
  To: Chen Qi; +Cc: meta-virtualization

merged.

Bruce


In message: [meta-virtualization][m-c-s][PATCH] glusterfs: change pythnon2 dependencies to python3 ones
on 03/02/2020 Chen Qi wrote:

> Change python2 deps to python3 ones.
> 
> Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
> ---
>  recipes-extended/glusterfs/glusterfs.inc | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/recipes-extended/glusterfs/glusterfs.inc b/recipes-extended/glusterfs/glusterfs.inc
> index 4eb325f1..a5677840 100644
> --- a/recipes-extended/glusterfs/glusterfs.inc
> +++ b/recipes-extended/glusterfs/glusterfs.inc
> @@ -119,7 +119,7 @@ INSANE_SKIP_${PN}-server += "dev-so"
>  PACKAGES += "${PN}-rdma ${PN}-geo-replication ${PN}-fuse ${PN}-server \
>               ${PN}-api ${PN}-ocf"
>  
> -RDEPENDS_${PN} += "python3-core python-json python-ctypes bash"
> +RDEPENDS_${PN} += "python3-core python3-json python3-ctypes bash"
>  RDEPENDS_${PN}-ocf += "bash"
>  RDEPENDS_${PN}-server += "bash"
>  RDEPENDS_${PN}-geo-replication += "python3-core bash"
> -- 
> 2.21.0
> 

> 


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

end of thread, other threads:[~2020-02-11 21:12 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-02-04  2:38 [meta-virtualization][m-c-s][PATCH] glusterfs: change pythnon2 dependencies to python3 ones Chen Qi
2020-02-11 21:12 ` Bruce Ashfield

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.