[U-Boot] [PATCH v2 16/17] binman: Move to use Python 3
Simon Glass
sjg at chromium.org
Thu Oct 31 13:43:05 UTC 2019
Update this tool to use Python 3 to meet the 2020 deadline.
Unfortunately this introduces a test failure due to a problem in pylibfdt
on Python 3. I will investigate.
Signed-off-by: Simon Glass <sjg at chromium.org>
---
Changes in v2:
- Add a few more patches to correct remaining problems
tools/binman/binman.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tools/binman/binman.py b/tools/binman/binman.py
index 8bd5868df2..9e6fd72117 100755
--- a/tools/binman/binman.py
+++ b/tools/binman/binman.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python2
+#!/usr/bin/env python3
# SPDX-License-Identifier: GPL-2.0+
# Copyright (c) 2016 Google, Inc
--
2.24.0.rc0.303.g954a862665-goog
More information about the U-Boot
mailing list