From 4ffb593ea07333c1a5b98357abc7f35cff1c6247 Mon Sep 17 00:00:00 2001 From: Mark Qvist Date: Mon, 10 Jul 2023 03:01:14 +0200 Subject: [PATCH] Updated build spec --- sbapp/buildozer.spec | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/sbapp/buildozer.spec b/sbapp/buildozer.spec index 6d76205..c409173 100644 --- a/sbapp/buildozer.spec +++ b/sbapp/buildozer.spec @@ -12,9 +12,11 @@ version.regex = __version__ = ['"](.*)['"] version.filename = %(source.dir)s/main.py android.numeric_version = 20230204 -#requirements = python3==3.9.5,hostpython3==3.9.5,cryptography,cffi,pycparser,kivy==2.2.1,pygments,sdl2,sdl2_ttf==2.0.15,pillow,qrcode==7.3.1,netifaces,libbz2,pydenticon,usb4a,usbserial4a requirements = kivy==2.2.1,libbz2,pillow,qrcode==7.3.1,usb4a,usbserial4a +# Cryptography recipe is currently broken, using RNS-internal crypto for now +#,cryptography + p4a.local_recipes = ../Others/python-for-android/pythonforandroid/recipes icon.filename = %(source.dir)s/assets/icon.png