Use develop branch of PyInstaller again

https://github.com/pyinstaller/pyinstaller/pull/3661 was merged into
PyInstaller, so we now can use that directly.

See #4232

This reverts commit b89b38fd3c.
This commit is contained in:
Florian Bruhin 2018-09-22 09:53:32 +02:00
parent 0147ff192a
commit 442ad05dc9
2 changed files with 5 additions and 2 deletions

View File

@ -4,4 +4,4 @@ altgraph==0.16.1
future==0.16.0 future==0.16.0
macholib==1.11 macholib==1.11
pefile==2018.8.8 pefile==2018.8.8
PyInstaller==3.4 -e git+https://github.com/pyinstaller/pyinstaller.git@develop#egg=PyInstaller

View File

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