From efec1a396ee80a818527e89ddf381f5ae2d3bdcf Mon Sep 17 00:00:00 2001 From: Thomas Waldmann Date: Mon, 18 Jan 2016 18:25:10 +0100 Subject: [PATCH] Vagrantfile: use pyinstaller 3.1, freebsd sqlite3 fix, fixes #569 --- Vagrantfile | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/Vagrantfile b/Vagrantfile index 173a3644a..165fe4fa6 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -76,7 +76,7 @@ def packages_freebsd pkg install -y openssl liblz4 fusefs-libs pkgconf pkg install -y fakeroot git bash # for building python: - pkg install sqlite3 + pkg install -y sqlite3 # make bash default / work: chsh -s bash vagrant mount -t fdescfs fdesc /dev/fd @@ -211,8 +211,7 @@ def install_pyinstaller(boxname) . borg-env/bin/activate git clone https://github.com/pyinstaller/pyinstaller.git cd pyinstaller - # use develop branch for now, see borgbackup issue #336 - git checkout develop + git checkout v3.1 pip install -e . EOF end @@ -224,8 +223,7 @@ def install_pyinstaller_bootloader(boxname) . borg-env/bin/activate git clone https://github.com/pyinstaller/pyinstaller.git cd pyinstaller - # use develop branch for now, see borgbackup issue #336 - git checkout develop + git checkout v3.1 # build bootloader, if it is not included cd bootloader python ./waf all