All of lore.kernel.org
 help / color / mirror / Atom feed
From: Baruch Siach <baruch@tkos.co.il>
To: u-boot@lists.denx.de
Subject: [PATCH v2] genboardscfg.py: drop python version comment
Date: Wed, 22 Jan 2020 14:54:24 +0200	[thread overview]
Message-ID: <32dcae70cfa2051dc4c1911521e42ace5b753154.1579697664.git.baruch@tkos.co.il> (raw)

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

             reply	other threads:[~2020-01-22 12:54 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-01-22 12:54 Baruch Siach [this message]
2020-01-24  2:32 ` [PATCH v2] genboardscfg.py: drop python version comment Masahiro Yamada
2020-01-25 17:10 ` Tom Rini

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=32dcae70cfa2051dc4c1911521e42ace5b753154.1579697664.git.baruch@tkos.co.il \
    --to=baruch@tkos.co.il \
    --cc=u-boot@lists.denx.de \
    /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.