mirror of
https://github.com/borgbackup/borg.git
synced 2025-02-12 17:35:44 +00:00
vagrant: upgrade pyinstaller to v3.5 + patch
the patch is needed so it works with recent virtualenv.
This commit is contained in:
parent
232e1ec31d
commit
c40bba3cbd
1 changed files with 1 additions and 1 deletions
2
Vagrantfile
vendored
2
Vagrantfile
vendored
|
@ -198,7 +198,7 @@ def install_pyinstaller()
|
|||
. borg-env/bin/activate
|
||||
git clone https://github.com/thomaswaldmann/pyinstaller.git
|
||||
cd pyinstaller
|
||||
git checkout v3.3.1
|
||||
git checkout v3.5-maint
|
||||
python setup.py install
|
||||
EOF
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue