mirror of
https://github.com/borgbackup/borg.git
synced 2025-01-31 19:52:22 +00:00
vagrant: use pyinstaller 6.7.0
This commit is contained in:
parent
66b62c6fc9
commit
70d1758e04
1 changed files with 1 additions and 1 deletions
2
Vagrantfile
vendored
2
Vagrantfile
vendored
|
@ -210,7 +210,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==6.5.0'
|
pip install 'pyinstaller==6.7.0'
|
||||||
EOF
|
EOF
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue