1
0
Fork 0
mirror of https://github.com/borgbackup/borg.git synced 2025-01-19 14:02:55 +00:00

vagrant: use pyinstaller 5.13.1

This commit is contained in:
Thomas Waldmann 2023-08-26 18:51:09 +02:00
parent 8ed6ec5889
commit 535a024008
No known key found for this signature in database
GPG key ID: 243ACFA951F78E01

2
Vagrantfile vendored
View file

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