Explorar o código

use pyinstaller v4.2, fixes #5671

Thomas Waldmann %!s(int64=4) %!d(string=hai) anos
pai
achega
589612df90
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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.1-maint
+    git checkout v4.2-maint
     python setup.py install
   EOF
 end