On Sat, Sep 07, 2019 at 05:25:31PM +0200, Luca Weiss wrote: > The default Python version for pylibfdt is already Python 3 but if > called without specifiying an interpreter, the setup.py script gets > called with Python 2. > > It's of course still possible to call setup.py with python2 directly. > > Signed-off-by: Luca Weiss <luca@xxxxxxxxx> Applied, thanks. > --- > Changes since v1: > - Add reason for this change and note that Python 2 is still supported, > as requested. > > pylibfdt/setup.py | 5 ++++- > 1 file changed, 4 insertions(+), 1 deletion(-) > > 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. -- David Gibson | I'll have my music baroque, and my code david AT gibson.dropbear.id.au | minimalist, thank you. NOT _the_ _other_ | _way_ _around_! http://www.ozlabs.org/~dgibson
Attachment:
signature.asc
Description: PGP signature