summaryrefslogtreecommitdiff
path: root/dev-python/PyQt5/PyQt5-5.5.ebuild
diff options
context:
space:
mode:
authorDavide Pesavento <pesa@gentoo.org>2015-12-03 19:38:50 +0100
committerDavide Pesavento <pesa@gentoo.org>2015-12-03 19:39:34 +0100
commit333a65ec4744d0d64362756ea88ec0f3b855d603 (patch)
treee3a73c4b470560e6988dbb2cf7d60fb1e3f8b8e3 /dev-python/PyQt5/PyQt5-5.5.ebuild
parentd81fa5bf2a8231238d8789e2bb428771e3ca8bb7 (diff)
downloadgentoo-333a65ec4744d0d64362756ea88ec0f3b855d603.tar.gz
gentoo-333a65ec4744d0d64362756ea88ec0f3b855d603.tar.bz2
gentoo-333a65ec4744d0d64362756ea88ec0f3b855d603.zip
dev-python/PyQt5: add several missing REQUIRED_USE
Apparently configure.py does not list all these dependencies, and does not check if they are satisfied at build time. But their lack causes ImportErrors at runtime. Gentoo-Bug: 567394 Package-Manager: portage-2.2.26
Diffstat (limited to 'dev-python/PyQt5/PyQt5-5.5.ebuild')
-rw-r--r--dev-python/PyQt5/PyQt5-5.5.ebuild2
1 files changed, 2 insertions, 0 deletions
diff --git a/dev-python/PyQt5/PyQt5-5.5.ebuild b/dev-python/PyQt5/PyQt5-5.5.ebuild
index 6ce5a5116fa4..f7a2f64f7056 100644
--- a/dev-python/PyQt5/PyQt5-5.5.ebuild
+++ b/dev-python/PyQt5/PyQt5-5.5.ebuild
@@ -29,6 +29,8 @@ KEYWORDS="amd64 arm ~x86"
IUSE="dbus debug declarative designer doc examples gles2 gui help multimedia
network opengl positioning printsupport sensors serialport sql svg
testlib webchannel webkit websockets widgets x11extras xmlpatterns"
+
+# The requirements below were extracted from configure.py
REQUIRED_USE="
${PYTHON_REQUIRED_USE}
positioning? ( gui )