linux-spdx.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] spdxcheck.py: Use Python 3
@ 2021-01-21  8:54 Bert Vermeulen
  0 siblings, 0 replies; only message in thread
From: Bert Vermeulen @ 2021-01-21  8:54 UTC (permalink / raw)
  To: Thomas Gleixner, Greg Kroah-Hartman, linux-spdx, linux-kernel
  Cc: Bert Vermeulen

Python 2.x has been officially EOL'ed for some time, and in any case
the git module for it is hard to come by.

Signed-off-by: Bert Vermeulen <bert@biot.com>
---
 scripts/spdxcheck.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/spdxcheck.py b/scripts/spdxcheck.py
index bc87200f9c7c..cbdb5c83c08f 100755
--- a/scripts/spdxcheck.py
+++ b/scripts/spdxcheck.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
 # SPDX-License-Identifier: GPL-2.0
 # Copyright Thomas Gleixner <tglx@linutronix.de>
 
-- 
2.25.1


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2021-01-21  9:24 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-21  8:54 [PATCH] spdxcheck.py: Use Python 3 Bert Vermeulen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).