Procházet zdrojové kódy

vagrant: use pyinstaller v4.3

Thomas Waldmann před 4 roky
rodič
revize
3960ff3292
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      Vagrantfile

+ 1 - 1
Vagrantfile

@@ -183,7 +183,7 @@ def install_pyinstaller()
     . borg-env/bin/activate
     git clone https://github.com/thomaswaldmann/pyinstaller.git
     cd pyinstaller
-    git checkout v4.2-maint
+    git checkout v4.3-maint
     python setup.py install
   EOF
 end