Merge pull request #3949 from ThomasWaldmann/use-pyi-331

vagrant: use pyinstaller v3.3.1
This commit is contained in:
TW 2018-07-03 21:10:12 +02:00 committed by GitHub
commit 23bd234549
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

2
Vagrantfile vendored
View File

@ -143,7 +143,7 @@ def install_pyinstaller()
. borg-env/bin/activate
git clone https://github.com/thomaswaldmann/pyinstaller.git
cd pyinstaller
git checkout v3.3-fixed
git checkout v3.3.1
python setup.py install
EOF
end