aboutsummaryrefslogtreecommitdiff
path: root/pylibfdt
diff options
context:
space:
mode:
Diffstat (limited to 'pylibfdt')
-rwxr-xr-xpylibfdt/setup.py5
1 files changed, 4 insertions, 1 deletions
diff --git a/pylibfdt/setup.py b/pylibfdt/setup.py
index a00bf8b..53f2bef 100755
--- a/pylibfdt/setup.py
+++ b/pylibfdt/setup.py
@@ -1,6 +1,9 @@
-#!/usr/bin/env python2
+#!/usr/bin/env python3
# SPDX-License-Identifier: (GPL-2.0-or-later OR BSD-2-Clause)
+# While Python 3 is the default, it's also possible to invoke
+# this setup.py script with Python 2.
+
"""
setup.py file for SWIG libfdt
Copyright (C) 2017 Google, Inc.