From patchwork Mon Jan 20 12:07:43 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Baruch Siach X-Patchwork-Id: 239806 List-Id: U-Boot discussion From: baruch at tkos.co.il (Baruch Siach) Date: Mon, 20 Jan 2020 14:07:43 +0200 Subject: [PATCH] genboardscfg.py: fix python version dependency comment Message-ID: <9b9fccb0d23bf7cb7865ff96466bb03beb90ae57.1579522063.git.baruch@tkos.co.il> genboardscfg.py requires python 3.x since commit 3bc14098d8fb ("genboardscfg.py: Convert to Python 3"). Cc: Masahiro Yamada Signed-off-by: Baruch Siach --- tools/genboardscfg.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/genboardscfg.py b/tools/genboardscfg.py index 24df13e5008d..0c3c8ff403d0 100755 --- a/tools/genboardscfg.py +++ b/tools/genboardscfg.py @@ -11,7 +11,7 @@ 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. +Python 3.x is necessary to run this script. """ import errno