From 1c3ec747d04070d508fe92fa7398ed80ae9364b8 Mon Sep 17 00:00:00 2001 From: Thomas Waldmann Date: Mon, 16 Jan 2017 06:31:12 +0100 Subject: [PATCH] upgrade pyinstaller from 3.1.1+ to 3.2.1 --- Vagrantfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Vagrantfile b/Vagrantfile index 724ad79e3..aea1c94fc 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -286,8 +286,7 @@ def install_pyinstaller(bootloader) . borg-env/bin/activate git clone https://github.com/thomaswaldmann/pyinstaller.git cd pyinstaller - # develop branch, with fixed / freshly rebuilt bootloaders - git checkout fresh-bootloader + git checkout v3.2.1 EOF if bootloader script += <<-EOF