Use develop branch of PyInstaller

https://github.com/pyinstaller/pyinstaller/pull/2519 was merged.
Fixes #2880
This commit is contained in:
Florian Bruhin 2017-08-10 17:24:41 +02:00
parent 3a2d64ba46
commit ba04822388
2 changed files with 3 additions and 3 deletions

View File

@ -1,3 +1,3 @@
# This file is automatically generated by scripts/dev/recompile_requirements.py
-e git+https://github.com/xoviat/pyinstaller.git@qtweb#egg=PyInstaller
-e git+https://github.com/pyinstaller/pyinstaller.git@develop#egg=PyInstaller

View File

@ -1,4 +1,4 @@
-e git+https://github.com/xoviat/pyinstaller.git@qtweb#egg=PyInstaller
-e git+https://github.com/pyinstaller/pyinstaller.git@develop#egg=PyInstaller
# remove @commit-id for scm installs
#@ replace: @.*# @qtweb#
#@ replace: @.*# @develop#