소스 검색

Vagrant: use pyinstaller v3.1.1

Thomas Waldmann 9 년 전
부모
커밋
21d9436992
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      Vagrantfile

+ 2 - 2
Vagrantfile

@@ -212,7 +212,7 @@ def install_pyinstaller(boxname)
     . borg-env/bin/activate
     git clone https://github.com/pyinstaller/pyinstaller.git
     cd pyinstaller
-    git checkout v3.1
+    git checkout v3.1.1
     pip install -e .
   EOF
 end
@@ -224,7 +224,7 @@ def install_pyinstaller_bootloader(boxname)
     . borg-env/bin/activate
     git clone https://github.com/pyinstaller/pyinstaller.git
     cd pyinstaller
-    git checkout v3.1
+    git checkout v3.1.1
     # build bootloader, if it is not included
     cd bootloader
     python ./waf all