Message ID | 32dcae70cfa2051dc4c1911521e42ace5b753154.1579697664.git.baruch@tkos.co.il |
---|---|
State | Accepted |
Commit | 3166014d572e614094e4d4345b738b94673b57a0 |
Headers | show |
Series | [v2] genboardscfg.py: drop python version comment | expand |
On Wed, Jan 22, 2020 at 9:54 PM Baruch Siach <baruch at tkos.co.il> wrote: > > genboardscfg.py requires python 3.x since commit 3bc14098d8fb > ("genboardscfg.py: Convert to Python 3"). > > Cc: Masahiro Yamada <yamada.masahiro at socionext.com> Acked-by: Masahiro Yamada <yamada.masahiro at socionext.com> > Signed-off-by: Baruch Siach <baruch at 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 >
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 at socionext.com> > Signed-off-by: Baruch Siach <baruch at tkos.co.il> > Acked-by: Masahiro Yamada <yamada.masahiro at socionext.com> Applied to u-boot/master, thanks!
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
genboardscfg.py requires python 3.x since commit 3bc14098d8fb ("genboardscfg.py: Convert to Python 3"). Cc: Masahiro Yamada <yamada.masahiro at socionext.com> Signed-off-by: Baruch Siach <baruch at tkos.co.il> --- v2: Remove the comment entirely (Masahiro Yamada) --- tools/genboardscfg.py | 2 -- 1 file changed, 2 deletions(-)