]> git.ipfire.org Git - thirdparty/u-boot.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)
commit9aab28b6f2c223912cc195833d1877ef70bfb5ba
tree0387b9ca8304c09c15119aedec14b66dab36be5b
parent8870daaa25feee6ab73ec2e52f731a19131cc314
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