From 6b9a66b5fa1c5951110eaec8ff9c7cd3f8306105 Mon Sep 17 00:00:00 2001 From: Thomas Waldmann Date: Wed, 1 Jun 2022 19:49:37 +0200 Subject: [PATCH] vagrant: use pyinstaller 4.10 when installed via pip, this automatically build the bootloader now. --- Vagrantfile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/Vagrantfile b/Vagrantfile index 9a7d0ed7d..f6dec2f84 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -201,10 +201,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