commit f8530b1cdaf9a8e044cddb962ae1e6ffcdb77085
parent 3e4ead446b8ec170d1110a2c22d8f3791082dd26
Author: SomberNight <somber.night@protonmail.com>
Date: Fri, 29 May 2020 20:56:39 +0200
android build: use python3.7 for now
see #6147
Diffstat:
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/electrum/gui/kivy/tools/buildozer.spec b/electrum/gui/kivy/tools/buildozer.spec
@@ -36,7 +36,9 @@ version.filename = %(source.dir)s/electrum/version.py
# (list) Application requirements
requirements =
- python3,
+ # note: re python3.8, see #6147
+ hostpython3==3.7.7,
+ python3==3.7.7,
android,
openssl,
plyer,