1
0
Fork 0
mirror of https://github.com/borgbackup/borg.git synced 2025-02-12 17:35:44 +00:00

vagrant: upgrade pyinstaller to v3.5 + patch

the patch is needed so it works with recent virtualenv.
This commit is contained in:
Thomas Waldmann 2019-11-27 01:36:05 +01:00
parent 232e1ec31d
commit c40bba3cbd

2
Vagrantfile vendored
View file

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