aboutsummaryrefslogtreecommitdiffstats
path: root/testing/micropython/no_legacy_berkeley_db.patch
blob: 56880b6406714a8bfb287a7ba4ca942342c70409 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- micropython-1.12-orig/ports/unix/mpconfigport.mk
+++ micropython-1.12/ports/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