aboutsummaryrefslogtreecommitdiffstats
path: root/testing/micropython/0000-unix-mpconfigport.patch
diff options
context:
space:
mode:
authorMarian Buschsieweke <marian.buschsieweke@ovgu.de>2017-08-02 09:24:03 +0200
committerNatanael Copa <ncopa@alpinelinux.org>2017-08-03 12:48:14 +0000
commita7b59fce2064665f109a4a2f2c7d80530d58d40b (patch)
treec0dd1c6d242dc9983c3593a95c97f8046030ca32 /testing/micropython/0000-unix-mpconfigport.patch
parent9b1159bce3b23f424796b7669be482af4bb0bf96 (diff)
downloadaports-a7b59fce2064665f109a4a2f2c7d80530d58d40b.tar.bz2
aports-a7b59fce2064665f109a4a2f2c7d80530d58d40b.tar.xz
new aport: testing/micropython
A lean and efficient Python implementation for MCUs and constrained systems http://www.micropython.org/
Diffstat (limited to 'testing/micropython/0000-unix-mpconfigport.patch')
-rw-r--r--testing/micropython/0000-unix-mpconfigport.patch22
1 files changed, 22 insertions, 0 deletions
diff --git a/testing/micropython/0000-unix-mpconfigport.patch b/testing/micropython/0000-unix-mpconfigport.patch
new file mode 100644
index 0000000000..9025694ff2
--- /dev/null
+++ b/testing/micropython/0000-unix-mpconfigport.patch
@@ -0,0 +1,22 @@
+--- old/micropython-1.9.1/unix/mpconfigport.mk
++++ new/micropython-1.9.1/unix/mpconfigport.mk
+@@ -9,7 +9,7 @@
+ MICROPY_USE_READLINE = 1
+
+ # btree module using Berkeley DB 1.xx
+-MICROPY_PY_BTREE = 1
++MICROPY_PY_BTREE = 0
+
+ # _thread module using pthreads
+ MICROPY_PY_THREAD = 1
+@@ -24,8 +24,8 @@
+ MICROPY_PY_FFI = 1
+
+ # ussl module requires axtls
+-MICROPY_PY_USSL = 1
+-MICROPY_SSL_AXTLS = 1
++MICROPY_PY_USSL = 0
++MICROPY_SSL_AXTLS = 0
+ MICROPY_SSL_MBEDTLS = 0
+
+ # jni module requires JVM/JNI