mirror of
https://github.com/borgbackup/borg.git
synced 2025-01-01 12:45:34 +00:00
vagrant: use pyinstaller 5.13.1
This commit is contained in:
parent
8ed6ec5889
commit
535a024008
1 changed files with 1 additions and 1 deletions
2
Vagrantfile
vendored
2
Vagrantfile
vendored
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue