From 00a8e793118d3e66c43449d75277e394e3a88633 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Sun, 19 Feb 2017 13:05:58 +0100 Subject: [PATCH] PyInstaller env: Remove link_pyqt call --- tox.ini | 1 - 1 file changed, 1 deletion(-) diff --git a/tox.ini b/tox.ini index a4e241b21..0aed82488 100644 --- a/tox.ini +++ b/tox.ini @@ -264,7 +264,6 @@ whitelist_externals = 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 - {envpython} scripts/link_pyqt.py --tox {envdir} {envbindir}/pyinstaller --noconfirm misc/qutebrowser.spec [testenv:eslint]