[dpdk-dev] [PATCH v4 8/9] config/arm: support python3 only
From: Louise Kilheeney <hidden>
Date: 2020-08-04 14:09:57
Subsystem:
the rest · Maintainer:
Linus Torvalds
From: Louise Kilheeney <hidden>
Date: 2020-08-04 14:09:57
Subsystem:
the rest · Maintainer:
Linus Torvalds
Changed script to explicitly use python3 only to avoid maintaining python 2. Cc: Thomas Monjalon <redacted> Signed-off-by: Louise Kilheeney <redacted> --- config/arm/armv8_machine.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/config/arm/armv8_machine.py b/config/arm/armv8_machine.py
index 404866d2f8..1f689d9a83 100755
--- a/config/arm/armv8_machine.py
+++ b/config/arm/armv8_machine.py@@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python3 # SPDX-License-Identifier: BSD-3-Clause # Copyright(c) 2017 Cavium, Inc
--
2.17.1