All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2] genboardscfg.py: drop python version comment
@ 2020-01-22 12:54 Baruch Siach
  2020-01-24  2:32 ` Masahiro Yamada
  2020-01-25 17:10 ` Tom Rini
  0 siblings, 2 replies; 3+ messages in thread
From: Baruch Siach @ 2020-01-22 12:54 UTC (permalink / raw)
  To: u-boot

genboardscfg.py requires python 3.x since commit 3bc14098d8fb
("genboardscfg.py: Convert to Python 3").

Cc: Masahiro Yamada <yamada.masahiro@socionext.com>
Signed-off-by: Baruch Siach <baruch@tkos.co.il>
---
v2: Remove the comment entirely (Masahiro Yamada)
---
 tools/genboardscfg.py | 2 --
 1 file changed, 2 deletions(-)

diff --git a/tools/genboardscfg.py b/tools/genboardscfg.py
index 24df13e5008d..4f6382bc7ca9 100755
--- a/tools/genboardscfg.py
+++ b/tools/genboardscfg.py
@@ -10,8 +10,6 @@ Converter from Kconfig and MAINTAINERS to a board database.
 Run 'tools/genboardscfg.py' to create a board database.
 
 Run 'tools/genboardscfg.py -h' for available options.
-
-Python 2.6 or later, but not Python 3.x is necessary to run this script.
 """
 
 import errno
-- 
2.24.1

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

* [PATCH v2] genboardscfg.py: drop python version comment
  2020-01-22 12:54 [PATCH v2] genboardscfg.py: drop python version comment Baruch Siach
@ 2020-01-24  2:32 ` Masahiro Yamada
  2020-01-25 17:10 ` Tom Rini
  1 sibling, 0 replies; 3+ messages in thread
From: Masahiro Yamada @ 2020-01-24  2:32 UTC (permalink / raw)
  To: u-boot

On Wed, Jan 22, 2020 at 9:54 PM Baruch Siach <baruch@tkos.co.il> wrote:
>
> genboardscfg.py requires python 3.x since commit 3bc14098d8fb
> ("genboardscfg.py: Convert to Python 3").
>
> Cc: Masahiro Yamada <yamada.masahiro@socionext.com>


Acked-by: Masahiro Yamada <yamada.masahiro@socionext.com>


> Signed-off-by: Baruch Siach <baruch@tkos.co.il>
> ---
> v2: Remove the comment entirely (Masahiro Yamada)
> ---
>  tools/genboardscfg.py | 2 --
>  1 file changed, 2 deletions(-)
>
> diff --git a/tools/genboardscfg.py b/tools/genboardscfg.py
> index 24df13e5008d..4f6382bc7ca9 100755
> --- a/tools/genboardscfg.py
> +++ b/tools/genboardscfg.py
> @@ -10,8 +10,6 @@ Converter from Kconfig and MAINTAINERS to a board database.
>  Run 'tools/genboardscfg.py' to create a board database.
>
>  Run 'tools/genboardscfg.py -h' for available options.
> -
> -Python 2.6 or later, but not Python 3.x is necessary to run this script.
>  """
>
>  import errno
> --
> 2.24.1
>


-- 
Best Regards
Masahiro Yamada

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

* [PATCH v2] genboardscfg.py: drop python version comment
  2020-01-22 12:54 [PATCH v2] genboardscfg.py: drop python version comment Baruch Siach
  2020-01-24  2:32 ` Masahiro Yamada
@ 2020-01-25 17:10 ` Tom Rini
  1 sibling, 0 replies; 3+ messages in thread
From: Tom Rini @ 2020-01-25 17:10 UTC (permalink / raw)
  To: u-boot

On Wed, Jan 22, 2020 at 02:54:24PM +0200, Baruch Siach wrote:

> genboardscfg.py requires python 3.x since commit 3bc14098d8fb
> ("genboardscfg.py: Convert to Python 3").
> 
> Cc: Masahiro Yamada <yamada.masahiro@socionext.com>
> Signed-off-by: Baruch Siach <baruch@tkos.co.il>
> Acked-by: Masahiro Yamada <yamada.masahiro@socionext.com>

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: not available
URL: <https://lists.denx.de/pipermail/u-boot/attachments/20200125/9c617027/attachment.sig>

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

end of thread, other threads:[~2020-01-25 17:10 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-22 12:54 [PATCH v2] genboardscfg.py: drop python version comment Baruch Siach
2020-01-24  2:32 ` Masahiro Yamada
2020-01-25 17:10 ` Tom Rini

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.