URI: 
       tandroid build: update p4a and buildozer - electrum - Electrum Bitcoin wallet
  HTML git clone https://git.parazyd.org/electrum
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
       ---
   DIR commit 484e317bfac6b2f93e31949e490aaa785093356d
   DIR parent abe1bece2c1ecaa096b7bdf8f437580c50bb0eeb
  HTML Author: SomberNight <somber.night@protonmail.com>
       Date:   Sun,  3 May 2020 04:06:06 +0200
       
       android build: update p4a and buildozer
       
       should fix travis issues
       
       Diffstat:
         M electrum/gui/kivy/tools/Dockerfile  |       8 ++++----
       
       1 file changed, 4 insertions(+), 4 deletions(-)
       ---
   DIR diff --git a/electrum/gui/kivy/tools/Dockerfile b/electrum/gui/kivy/tools/Dockerfile
       t@@ -92,8 +92,8 @@ ENV WORK_DIR="${HOME_DIR}/wspace" \
        # install system dependencies
        RUN apt -y update -qq \
            && apt -y install -qq --no-install-recommends \
       -        python3 virtualenv python3-pip python3-setuptools git wget lbzip2 patch sudo \
       -        software-properties-common \
       +        python3 python3-pip python3-setuptools git wget lbzip2 patch sudo \
       +        software-properties-common libssl-dev \
            && apt -y autoremove
        
        # install kivy
       t@@ -154,7 +154,7 @@ RUN cd /opt \
            && cd buildozer \
            && git remote add sombernight https://github.com/SomberNight/buildozer \
            && git fetch --all \
       -    && git checkout cceab3c2ce4b2d2d621cf2fd18227024fc2d4bca \
       +    && git checkout d0323c165dd5d9aa23d5eb01044474fe006c3420 \
            && python3 -m pip install --user -e .
        
        # install python-for-android
       t@@ -163,7 +163,7 @@ RUN cd /opt \
            && cd python-for-android \
            && git remote add sombernight https://github.com/SomberNight/python-for-android \
            && git fetch --all \
       -    && git checkout 690a8ecc8d1c7f446d42f53a89af06c9a2d00e4e \
       +    && git checkout cef08b92268fe69ef331699c2205cbb091e730f0 \
            && python3 -m pip install --user -e .
        
        # build env vars