From c61bc8859c84f73c62de73d573ae032d6d6fe821 Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Thu, 19 Dec 2019 09:34:31 +1000 Subject: [PATCH] split qt requirements out again PyQt didn't used to split WebEngine out separately, and that can cause conflicts with distro-provided packages. --- README.development | 3 +++ requirements.qt | 2 ++ requirements.txt | 2 -- 3 files changed, 5 insertions(+), 2 deletions(-) create mode 100644 requirements.qt diff --git a/README.development b/README.development index 2cce0994b..8f257c375 100644 --- a/README.development +++ b/README.development @@ -21,6 +21,9 @@ To start, make sure you have the following installed: If the distro you are using has PyQt5 installed, make sure you have the PyQt5 WebEngine module and development tools (eg pyqt5-dev-tools) installed as well. +Otherwise, run: + +$ pip install -r requirements.qt Then to run the development version: diff --git a/requirements.qt b/requirements.qt new file mode 100644 index 000000000..06f53323b --- /dev/null +++ b/requirements.qt @@ -0,0 +1,2 @@ +pyqt5 +pyqtwebengine diff --git a/requirements.txt b/requirements.txt index a8e2232cc..3dd8678ba 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,5 +8,3 @@ jsonschema psutil; sys_platform == "win32" distro; sys_platform != "win32" and sys_platform != "darwin" typing -pyqt5 -pyqtwebengine