pycryptodomex for android
This commit is contained in:
@@ -154,6 +154,8 @@ RUN cd /opt \
|
|||||||
&& git cherry-pick ed20e196fbcdce718a180f88f23bb2d165c4c5d8 \
|
&& git cherry-pick ed20e196fbcdce718a180f88f23bb2d165c4c5d8 \
|
||||||
# gradle: persist debug keystore:
|
# gradle: persist debug keystore:
|
||||||
&& git cherry-pick aaa0d5d0e7a334631df71e0a9bf127817e0ab9ab \
|
&& git cherry-pick aaa0d5d0e7a334631df71e0a9bf127817e0ab9ab \
|
||||||
|
# add recipe for pycryptodomex:
|
||||||
|
&& git cherry-pick 9bab610565d95111d8035998765e97c70fa3e1b4 \
|
||||||
&& python3 -m pip install --user -e .
|
&& python3 -m pip install --user -e .
|
||||||
|
|
||||||
# build env vars
|
# build env vars
|
||||||
|
|||||||
@@ -42,7 +42,8 @@ requirements =
|
|||||||
plyer,
|
plyer,
|
||||||
kivy==82d561d62577757d478df52173610f925c05ecab,
|
kivy==82d561d62577757d478df52173610f925c05ecab,
|
||||||
libffi,
|
libffi,
|
||||||
libsecp256k1
|
libsecp256k1,
|
||||||
|
pycryptodomex==bfc1cca093a7344c9ed2b7c34bc560db6dca662a
|
||||||
|
|
||||||
# (str) Presplash of the application
|
# (str) Presplash of the application
|
||||||
#presplash.filename = %(source.dir)s/gui/kivy/theming/splash.png
|
#presplash.filename = %(source.dir)s/gui/kivy/theming/splash.png
|
||||||
@@ -180,7 +181,7 @@ p4a.source_dir = /opt/python-for-android
|
|||||||
[buildozer]
|
[buildozer]
|
||||||
|
|
||||||
# (int) Log level (0 = error only, 1 = info, 2 = debug (with command output))
|
# (int) Log level (0 = error only, 1 = info, 2 = debug (with command output))
|
||||||
log_level = 1
|
log_level = 2
|
||||||
|
|
||||||
|
|
||||||
# -----------------------------------------------------------------------------
|
# -----------------------------------------------------------------------------
|
||||||
|
|||||||
Reference in New Issue
Block a user