aboutsummaryrefslogtreecommitdiffstats
path: root/testing/micropython/python3.patch
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2017-08-03 12:46:43 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2017-08-03 12:48:14 +0000
commitf05d7396b570645b7b9e3c8067db675c2cb4da96 (patch)
treed4e87fcd814873a07c94acf5442aa5b9290a20e6 /testing/micropython/python3.patch
parenta7b59fce2064665f109a4a2f2c7d80530d58d40b (diff)
downloadaports-f05d7396b570645b7b9e3c8067db675c2cb4da96.tar.bz2
aports-f05d7396b570645b7b9e3c8067db675c2cb4da96.tar.xz
testing/micropython: skip ffi_callback test and cleanup
the ffi_callback will not work under PaX kernel since it tries to allocate memory which is both executable and writeable.
Diffstat (limited to 'testing/micropython/python3.patch')
-rw-r--r--testing/micropython/python3.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/testing/micropython/python3.patch b/testing/micropython/python3.patch
new file mode 100644
index 0000000000..ca269d39c3
--- /dev/null
+++ b/testing/micropython/python3.patch
@@ -0,0 +1,10 @@
+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.
+ #