All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Bruce Ashfield" <bruce.ashfield@gmail.com>
To: Changqing Li <changqing.li@windriver.com>
Cc: meta-virtualization@lists.yoctoproject.org
Subject: Re: [meta-virtualization][PATCH] hook_support.py: convert to python3
Date: Thu, 20 Feb 2020 12:43:46 -0500	[thread overview]
Message-ID: <20200220174343.GA65133@gmail.com> (raw)
In-Reply-To: <1582011834-136295-1-git-send-email-changqing.li@windriver.com>

merged.

Bruce

In message: [meta-virtualization][PATCH] hook_support.py: convert to python3
on 18/02/2020 Changqing Li wrote:

> From: Changqing Li <changqing.li@windriver.com>
> 
> python2 has been removed from oe-core, convert the scripts
> to python3 to avoid runtime error like:
> /usr/bin/env: 'python': No such file or directory'
> 
> Signed-off-by: Changqing Li <changqing.li@windriver.com>
> ---
>  recipes-extended/libvirt/libvirt/hook_support.py | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/recipes-extended/libvirt/libvirt/hook_support.py b/recipes-extended/libvirt/libvirt/hook_support.py
> index c3eb8b3..7c5e2a9 100755
> --- a/recipes-extended/libvirt/libvirt/hook_support.py
> +++ b/recipes-extended/libvirt/libvirt/hook_support.py
> @@ -1,4 +1,4 @@
> -#!/usr/bin/env python
> +#!/usr/bin/env python3
>  #
>  # Copyright (C) 2014 Wind River Systems, Inc. 
>  # 
> -- 
> 2.7.4
> 

> 


      reply	other threads:[~2020-02-20 17:43 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-02-18  7:43 [meta-virtualization][PATCH] hook_support.py: convert to python3 Changqing Li
2020-02-20 17:43 ` Bruce Ashfield [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200220174343.GA65133@gmail.com \
    --to=bruce.ashfield@gmail.com \
    --cc=changqing.li@windriver.com \
    --cc=meta-virtualization@lists.yoctoproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.