1
0
Fork 0
mirror of https://github.com/borgbackup/borg.git synced 2025-01-01 12:45:34 +00:00

vagrant: use pyinstaller 6.7.0

This commit is contained in:
Thomas Waldmann 2024-07-18 23:48:19 +02:00
parent 66b62c6fc9
commit 70d1758e04
No known key found for this signature in database
GPG key ID: 243ACFA951F78E01

2
Vagrantfile vendored
View file

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