mirror of
https://github.com/borgbackup/borg.git
synced 2026-02-19 02:29:19 -05:00
vagrant: use pyinstaller 6.11.1
This commit is contained in:
parent
8e0ce268b2
commit
944a74cdf7
1 changed files with 1 additions and 1 deletions
2
Vagrantfile
vendored
2
Vagrantfile
vendored
|
|
@ -256,7 +256,7 @@ def install_pyinstaller()
|
|||
. ~/.bash_profile
|
||||
cd /vagrant/borg
|
||||
. borg-env/bin/activate
|
||||
pip install 'pyinstaller==6.10.0'
|
||||
pip install 'pyinstaller==6.11.1'
|
||||
EOF
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue