From 28878ba2c5c55f049723a88636ac1a65eeaeb1e2 Mon Sep 17 00:00:00 2001 From: Tim Gover Date: Thu, 7 Oct 2021 11:11:04 +0100 Subject: [PATCH] rpi-eeprom-config: require python3 Require python3 instead of relying on all distros including python-is-python3 etc. The code will still work with python2 but distros which require python2 will need to maintain that as a downstream patch. --- rpi-eeprom-config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rpi-eeprom-config b/rpi-eeprom-config index 170ebc30..b8c03e6b 100755 --- a/rpi-eeprom-config +++ b/rpi-eeprom-config @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 """ rpi-eeprom-config