mirror of
https://github.com/borgbackup/borg.git
synced 2026-06-11 01:41:57 -04:00
Vagrant: use pyinstaller v3.1.1
This commit is contained in:
parent
a4ec69c610
commit
21d9436992
1 changed files with 2 additions and 2 deletions
4
Vagrantfile
vendored
4
Vagrantfile
vendored
|
|
@ -212,7 +212,7 @@ def install_pyinstaller(boxname)
|
|||
. borg-env/bin/activate
|
||||
git clone https://github.com/pyinstaller/pyinstaller.git
|
||||
cd pyinstaller
|
||||
git checkout v3.1
|
||||
git checkout v3.1.1
|
||||
pip install -e .
|
||||
EOF
|
||||
end
|
||||
|
|
@ -224,7 +224,7 @@ def install_pyinstaller_bootloader(boxname)
|
|||
. borg-env/bin/activate
|
||||
git clone https://github.com/pyinstaller/pyinstaller.git
|
||||
cd pyinstaller
|
||||
git checkout v3.1
|
||||
git checkout v3.1.1
|
||||
# build bootloader, if it is not included
|
||||
cd bootloader
|
||||
python ./waf all
|
||||
|
|
|
|||
Loading…
Reference in a new issue