vagrant: use pyinstaller 4.10

when installed via pip, this automatically build the bootloader now.
This commit is contained in:
Thomas Waldmann 2022-06-01 19:49:37 +02:00
parent bd005c11a2
commit c00c48a27b
1 changed files with 1 additions and 4 deletions

5
Vagrantfile vendored
View File

@ -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