Switch to xoviat pyinstaller branch
This commit is contained in:
parent
e0ff2d98fe
commit
68bb0f557f
@ -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
|
||||
|
@ -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#
|
5
tox.ini
5
tox.ini
@ -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]
|
||||
|
Loading…
Reference in New Issue
Block a user