summaryrefslogtreecommitdiffstats
path: root/Vagrantfile
diff options
context:
space:
mode:
authorThomas Waldmann <tw@waldmann-edv.de>2021-02-16 00:05:07 +0100
committerThomas Waldmann <tw@waldmann-edv.de>2021-02-16 00:05:07 +0100
commit589612df9027b6aa694cc03b805e48c5430f98f9 (patch)
treee05fc085688a745b45d7011adf3261e7f9bb37c2 /Vagrantfile
parent358587649aed22509f2f9401c0a3416a592581c6 (diff)
use pyinstaller v4.2, fixes #5671
Diffstat (limited to 'Vagrantfile')
-rw-r--r--Vagrantfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Vagrantfile b/Vagrantfile
index 2c64c9141..309093d9c 100644
--- a/Vagrantfile
+++ b/Vagrantfile
@@ -183,7 +183,7 @@ def install_pyinstaller()
. borg-env/bin/activate
git clone https://github.com/thomaswaldmann/pyinstaller.git
cd pyinstaller
- git checkout v4.1-maint
+ git checkout v4.2-maint
python setup.py install
EOF
end