diff mbox series

[U-Boot,09/10] RFC: binman: Move to use Python 3

Message ID 20191024012247.171746-10-sjg@chromium.org
State Superseded
Delegated to: Simon Glass
Headers show
Series scripts: Convert to Python 3 | expand

Commit Message

Simon Glass Oct. 24, 2019, 1:22 a.m. UTC
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@chromium.org>
---

 tools/binman/binman.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/tools/binman/binman.py b/tools/binman/binman.py
index 8bd5868df26..9e6fd721175 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