]> git.baikalelectronics.ru Git - uboot.git/commit
scripts/mailmapper: enable running with Python 3
authorHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Thu, 16 Sep 2021 08:59:12 +0000 (10:59 +0200)
committerTom Rini <trini@konsulko.com>
Fri, 24 Sep 2021 16:09:46 +0000 (12:09 -0400)
commit3c77f3bf70d3a422e2a741dee03d9a9fcdea46b1
tree0387b9ca8304c09c15119aedec14b66dab36be5b
parent355c9d7a4ea06cc26d3565d6981759e5d0f6bc51
scripts/mailmapper: enable running with Python 3

Our mailmapper script required Python 2 which is no longer maintained.
A main difference when converting to Python 3 is that byte strings are not
character strings. So add conversion and skip over conversion errors.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
scripts/mailmapper