summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2019-07-16 11:13:28 +0200
committerFlorian Bruhin <me@the-compiler.org>2019-07-16 11:13:28 +0200
commit2d7ed87c367a4cc76d988fe36e63e5127ade67eb (patch)
tree992bc2227cafcc199bd0a1c897efefe5946f96ae
parent17c02cbddd315c63c843b5e2ec5b962741448d9b (diff)
downloadqutebrowser-2d7ed87c367a4cc76d988fe36e63e5127ade67eb.tar.gz
qutebrowser-2d7ed87c367a4cc76d988fe36e63e5127ade67eb.zip
Avoid Qt 5.13
Let's stay with 5.12 for PyPI-installed virtualenvs for now, see: https://bugreports.qt.io/browse/QTBUG-76913
-rw-r--r--README.asciidoc2
-rw-r--r--tox.ini2
2 files changed, 2 insertions, 2 deletions
diff --git a/README.asciidoc b/README.asciidoc
index b7fe30466..9f0ffc853 100644
--- a/README.asciidoc
+++ b/README.asciidoc
@@ -97,7 +97,7 @@ Requirements
The following software and libraries are required to run qutebrowser:
* https://www.python.org/[Python] 3.5 or newer (3.6 recommended)
-* https://www.qt.io/[Qt] 5.7.1 or newer (5.13 recommended, support for < 5.9
+* https://www.qt.io/[Qt] 5.7.1 or newer (5.12 recommended due to https://bugreports.qt.io/browse/QTBUG-76913[segfaults on media pages with Qt 5.13]); support for < 5.9
will be dropped soon) with the following modules:
- QtCore / qtbase
- QtQuick (part of qtbase in some distributions)
diff --git a/tox.ini b/tox.ini
index 6ab1bfbf3..7807ce6db 100644
--- a/tox.ini
+++ b/tox.ini
@@ -62,7 +62,7 @@ commands = {envpython} -c ""
usedevelop = true
deps =
-r{toxinidir}/requirements.txt
- -r{toxinidir}/misc/requirements/requirements-pyqt.txt
+ -r{toxinidir}/misc/requirements/requirements-pyqt-5.12.txt
[testenv:misc]
ignore_errors = true