Switch to xoviat pyinstaller branch

This commit is contained in:
Florian Bruhin 2017-04-14 16:02:09 +02:00
parent e0ff2d98fe
commit 68bb0f557f
3 changed files with 3 additions and 8 deletions

View File

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

View File

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

View File

@ -269,12 +269,7 @@ deps =
-r{toxinidir}/requirements.txt
-r{toxinidir}/misc/requirements/requirements-pyinstaller.txt
-r{toxinidir}/misc/requirements/requirements-pyqt.txt
whitelist_externals =
patch
wget
commands =
wget https://patch-diff.githubusercontent.com/raw/pyinstaller/pyinstaller/pull/2403.patch -O {envtmpdir}/pyqt.patch -o/dev/null
patch -f -p1 -d {envdir}/src/pyinstaller -i {envtmpdir}/pyqt.patch
{envbindir}/pyinstaller --noconfirm misc/qutebrowser.spec
[testenv:eslint]