1
0
Fork 0
mirror of https://github.com/borgbackup/borg.git synced 2025-02-07 23:18:43 +00:00

Merge pull request #7776 from ThomasWaldmann/pyi-5.13.1-master

vagrant: use pyinstaller 5.13.1
This commit is contained in:
TW 2023-08-26 18:52:00 +02:00 committed by GitHub
commit d3062674d9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

2
Vagrantfile vendored
View file

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