aboutsummaryrefslogtreecommitdiffstats
path: root/testing/micropython/python3.patch
diff options
context:
space:
mode:
authorMarian Buschsieweke <marian.buschsieweke@ovgu.de>2017-12-24 18:39:07 +0100
committerNatanael Copa <ncopa@alpinelinux.org>2017-12-26 11:40:44 +0000
commit9ad60c6dbafb13c7310c01382ff3a03d94cbeba7 (patch)
tree09bd3fdbacf65cabbf91e4d2ba02bebc3aaa684c /testing/micropython/python3.patch
parent6dee42cf25739ef5c749c25ad96e4ae64769040a (diff)
downloadaports-9ad60c6dbafb13c7310c01382ff3a03d94cbeba7.tar.bz2
aports-9ad60c6dbafb13c7310c01382ff3a03d94cbeba7.tar.xz
testing/micropython: Update to version 1.9.3
Diffstat (limited to 'testing/micropython/python3.patch')
-rw-r--r--testing/micropython/python3.patch10
1 files changed, 0 insertions, 10 deletions
diff --git a/testing/micropython/python3.patch b/testing/micropython/python3.patch
deleted file mode 100644
index ca269d39c3..0000000000
--- a/testing/micropython/python3.patch
+++ /dev/null
@@ -1,10 +0,0 @@
-diff --git a/tools/make-frozen.py b/tools/make-frozen.py
-index 1051b52..06ee7a3 100755
---- a/tools/make-frozen.py
-+++ b/tools/make-frozen.py
-@@ -1,4 +1,4 @@
--#!/usr/bin/env python
-+#!/usr/bin/env python3
- #
- # Create frozen modules structure for MicroPython.
- #