use pyinstaller 5.6.2, fixes #7160

support python 3.11 now!
This commit is contained in:
Thomas Waldmann 2022-11-26 19:38:58 +01:00
parent 7439f89a78
commit cc4bee6220
No known key found for this signature in database
GPG Key ID: 243ACFA951F78E01
1 changed files with 1 additions and 1 deletions

2
Vagrantfile vendored
View File

@ -205,7 +205,7 @@ def install_pyinstaller()
. ~/.bash_profile
cd /vagrant/borg
. borg-env/bin/activate
pip install 'pyinstaller==5.4.1'
pip install 'pyinstaller==5.6.2'
EOF
end