aboutsummaryrefslogtreecommitdiff
path: root/scripts/build-firmware-package.py
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2020-07-12 18:25:56 -0400
committerRob Austein <sra@hactrn.net>2020-07-12 18:25:56 -0400
commit9e6b0d1117e21f2e6d092e337c5c522726016467 (patch)
treecc4eb37125fc6f1c3a173d5e17a0ec14ab58555f /scripts/build-firmware-package.py
parent37329250395aa3ac724fca99bbd2de01efea10e1 (diff)
Attempt to go Python3-only
Ubuntu 20.04 no longer really supports Python 2, so we'd have to fork the packaging code if we wanted to keep support for Python 2 elsewhere. Given that Python 3 has been around for a more than a decade and that Python 2 was formally EOLed more than six months ago as of this writing, this seems like an unnecessary complication. The biggest change is rewriting the Homebrew formula for Python 3.
Diffstat (limited to 'scripts/build-firmware-package.py')
-rwxr-xr-xscripts/build-firmware-package.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/build-firmware-package.py b/scripts/build-firmware-package.py
index 9a58970..659a63f 100755
--- a/scripts/build-firmware-package.py
+++ b/scripts/build-firmware-package.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
import subprocess
import tempfile