From 3166014d572e614094e4d4345b738b94673b57a0 Mon Sep 17 00:00:00 2001 From: Baruch Siach Date: Wed, 22 Jan 2020 14:54:24 +0200 Subject: [PATCH] genboardscfg.py: drop python version comment genboardscfg.py requires python 3.x since commit 3bc14098d8fb ("genboardscfg.py: Convert to Python 3"). Cc: Masahiro Yamada Signed-off-by: Baruch Siach Acked-by: Masahiro Yamada --- tools/genboardscfg.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/tools/genboardscfg.py b/tools/genboardscfg.py index 24df13e500..4f6382bc7c 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.25.1