summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--network/qutebrowser/README10
-rw-r--r--network/qutebrowser/qutebrowser.info2
2 files changed, 11 insertions, 1 deletions
diff --git a/network/qutebrowser/README b/network/qutebrowser/README
index 9487343cd5..dbcc57b6b1 100644
--- a/network/qutebrowser/README
+++ b/network/qutebrowser/README
@@ -8,3 +8,13 @@ Vimperator/Pentadactyl.
Optional dependency:
qt5-webkit-annulen (for the webkit backend)
+
+NOTE:
+
+pyPEG2 and MarkupSafe both need building for python3:
+
+PYTHON3=yes ./pyPEG2.SlackBuild
+PYTHON3=yes ./MarkupSafe.SlackBuild
+
+If you are using sbopkg you can add those as options on their
+pages before starting the build queue.
diff --git a/network/qutebrowser/qutebrowser.info b/network/qutebrowser/qutebrowser.info
index eebf95163f..af792eda68 100644
--- a/network/qutebrowser/qutebrowser.info
+++ b/network/qutebrowser/qutebrowser.info
@@ -5,6 +5,6 @@ DOWNLOAD="https://github.com/qutebrowser/qutebrowser/releases/download/v1.1.1/qu
MD5SUM="e2a470eccb4638e940155ea1fc93c8ab"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="qt5 python3 python3-attrs python3-PyYAML python3-Pygments python3-Jinja2 pyPEG2 python3-PyQt5"
+REQUIRES="python3-attrs python3-PyYAML python3-Pygments python3-Jinja2 pyPEG2 python3-PyQt5"
MAINTAINER="David Woodfall"
EMAIL="dave@dawoodfall.net"