URI: 
       tpycryptodomex for android - electrum - Electrum Bitcoin wallet
  HTML git clone https://git.parazyd.org/electrum
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
       ---
   DIR commit c15267e1f64fac4d7747bee15503e1241f03b0b6
   DIR parent 115113f492f3a84187bd267269edc497b47897db
  HTML Author: SomberNight <somber.night@protonmail.com>
       Date:   Fri, 14 Jun 2019 20:45:46 +0200
       
       pycryptodomex for android
       
       Diffstat:
         M electrum/gui/kivy/tools/Dockerfile  |       2 ++
         M electrum/gui/kivy/tools/buildozer.… |       5 +++--
       
       2 files changed, 5 insertions(+), 2 deletions(-)
       ---
   DIR diff --git a/electrum/gui/kivy/tools/Dockerfile b/electrum/gui/kivy/tools/Dockerfile
       t@@ -154,6 +154,8 @@ RUN cd /opt \
            && git cherry-pick ed20e196fbcdce718a180f88f23bb2d165c4c5d8 \
               # gradle: persist debug keystore:
            && git cherry-pick aaa0d5d0e7a334631df71e0a9bf127817e0ab9ab \
       +       # add recipe for pycryptodomex:
       +    && git cherry-pick 9bab610565d95111d8035998765e97c70fa3e1b4 \
            && python3 -m pip install --user -e .
        
        # build env vars
   DIR diff --git a/electrum/gui/kivy/tools/buildozer.spec b/electrum/gui/kivy/tools/buildozer.spec
       t@@ -42,7 +42,8 @@ requirements =
            plyer,
            kivy==82d561d62577757d478df52173610f925c05ecab,
            libffi,
       -    libsecp256k1
       +    libsecp256k1,
       +    pycryptodomex==bfc1cca093a7344c9ed2b7c34bc560db6dca662a
        
        # (str) Presplash of the application
        #presplash.filename = %(source.dir)s/gui/kivy/theming/splash.png
       t@@ -180,7 +181,7 @@ p4a.source_dir = /opt/python-for-android
        [buildozer]
        
        # (int) Log level (0 = error only, 1 = info, 2 = debug (with command output))
       -log_level = 1
       +log_level = 2
        
        
        # -----------------------------------------------------------------------------