URI: 
       tmac build: bump pyinstaller version - electrum - Electrum Bitcoin wallet
  HTML git clone https://git.parazyd.org/electrum
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
       ---
   DIR commit c7a21220d5d49375e448f21a5a8baf84f9494107
   DIR parent 0edd291efe7de25a8b28db5dabdfd2ac9885cd8f
  HTML Author: SomberNight <somber.night@protonmail.com>
       Date:   Tue, 21 Jan 2020 20:21:14 +0100
       
       mac build: bump pyinstaller version
       
       Diffstat:
         M contrib/osx/make_osx                |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
   DIR diff --git a/contrib/osx/make_osx b/contrib/osx/make_osx
       t@@ -59,7 +59,7 @@ python3 -m pip install --no-dependencies -Ir ./contrib/deterministic-build/requi
        
        
        info "Installing pyinstaller"
       -python3 -m pip install -I --user pyinstaller==3.5 || fail "Could not install pyinstaller"
       +python3 -m pip install -I --user pyinstaller==3.6 || fail "Could not install pyinstaller"
        
        info "Using these versions for building $PACKAGE:"
        sw_vers