vagrant: use pyinstaller v3.3.1

the fix that i made in v3.3-fixed is also in official release v3.3.1.
This commit is contained in:
Thomas Waldmann 2018-07-03 21:09:08 +02:00
parent bb5e2597d7
commit ebbeeec241
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