summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Bruhin <git@the-compiler.org>2017-08-10 17:24:41 +0200
committerFlorian Bruhin <git@the-compiler.org>2017-10-09 08:46:31 +0200
commit33b71ee9375be7d7239f7344dd95b0fd94776df2 (patch)
tree3c7ee0cdf2367f4a06f0b4e57080668db8c09cb6
parentd166587f3d75d55ca98d37efa301fd99c50a9853 (diff)
downloadqutebrowser-33b71ee9375be7d7239f7344dd95b0fd94776df2.tar.gz
qutebrowser-33b71ee9375be7d7239f7344dd95b0fd94776df2.zip
Use develop branch of PyInstaller
https://github.com/pyinstaller/pyinstaller/pull/2519 was merged. Fixes #2880 (cherry picked from commit ba04822388e94d562f2966411391f4394791d67e)
-rw-r--r--misc/requirements/requirements-pyinstaller.txt2
-rw-r--r--misc/requirements/requirements-pyinstaller.txt-raw4
2 files changed, 3 insertions, 3 deletions
diff --git a/misc/requirements/requirements-pyinstaller.txt b/misc/requirements/requirements-pyinstaller.txt
index fc019e5a9..9b16d9413 100644
--- a/misc/requirements/requirements-pyinstaller.txt
+++ b/misc/requirements/requirements-pyinstaller.txt
@@ -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
diff --git a/misc/requirements/requirements-pyinstaller.txt-raw b/misc/requirements/requirements-pyinstaller.txt-raw
index 522ef7df2..f6cb8ce72 100644
--- a/misc/requirements/requirements-pyinstaller.txt-raw
+++ b/misc/requirements/requirements-pyinstaller.txt-raw
@@ -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# \ No newline at end of file
+#@ replace: @.*# @develop#