Explorar o código

vagrant: use pyinstaller 4.10

when installed via pip, this automatically build the bootloader now.
Thomas Waldmann %!s(int64=3) %!d(string=hai) anos
pai
achega
c00c48a27b
Modificáronse 1 ficheiros con 1 adicións e 4 borrados
  1. 1 4
      Vagrantfile

+ 1 - 4
Vagrantfile

@@ -206,10 +206,7 @@ def install_pyinstaller()
     . ~/.bash_profile
     cd /vagrant/borg
     . borg-env/bin/activate
-    git clone https://github.com/thomaswaldmann/pyinstaller.git
-    cd pyinstaller
-    git checkout v4.7-maint
-    python setup.py install
+    pip install 'pyinstaller==4.10'
   EOF
 end