mirror of
https://github.com/borgbackup/borg.git
synced 2026-05-28 04:03:21 -04:00
vagrant: upgrade to pyinstaller 5.13.2
This commit is contained in:
parent
b2e8ad0257
commit
75f8391bb6
1 changed files with 1 additions and 1 deletions
2
Vagrantfile
vendored
2
Vagrantfile
vendored
|
|
@ -288,7 +288,7 @@ def install_pyinstaller()
|
|||
. ~/.bash_profile
|
||||
cd /vagrant/borg
|
||||
. borg-env/bin/activate
|
||||
pip install 'pyinstaller==5.13.1'
|
||||
pip install 'pyinstaller==5.13.2'
|
||||
EOF
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue