From 8fe3e4b8c92bd9617b0f3a39e53bd729dc8e42f7 Mon Sep 17 00:00:00 2001 From: Mark Qvist Date: Sat, 18 May 2024 19:34:29 +0200 Subject: [PATCH] Updated buildozer spec --- sbapp/buildozer.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/sbapp/buildozer.spec b/sbapp/buildozer.spec index d5f917c..cbad762 100644 --- a/sbapp/buildozer.spec +++ b/sbapp/buildozer.spec @@ -12,7 +12,10 @@ version.regex = __version__ = ['"](.*)['"] version.filename = %(source.dir)s/main.py android.numeric_version = 20240401 -# Cryptography recipe is currently broken, using RNS-internal crypto for now +# Cryptography recipe is currently broken, using RNS-internal crypto for now. Since +# relevant PRs have now been merged in Kivy/P4A, the next release will hopefully allow +# building a non-ancient PyCa/Cryptography distribution again. When this happens, add +# the "cryptography" dependency back in here. requirements = kivy==2.3.0,libbz2,pillow==10.2.0,qrcode==7.3.1,usb4a,usbserial4a,libwebp p4a.local_recipes = ../Others/python-for-android/pythonforandroid/recipes