dev-ros/python_qt_binding: add missing use dep on PyQt5, bug #580198
authorAlexis Ballier <aballier@gentoo.org>
Wed, 11 May 2016 07:57:07 +0000 (09:57 +0200)
committerAlexis Ballier <aballier@gentoo.org>
Wed, 11 May 2016 07:57:07 +0000 (09:57 +0200)
Package-Manager: portage-2.2.28

dev-ros/python_qt_binding/python_qt_binding-0.3.1.ebuild
dev-ros/python_qt_binding/python_qt_binding-9999.ebuild

index b7675d83d1e404dea35f5a6a311e25bbc82fef47..7badfe258072e382479f80714cdab3778c4e1db2 100644 (file)
@@ -16,6 +16,6 @@ SLOT="0"
 IUSE=""
 
 RDEPEND="
-       dev-python/PyQt5[${PYTHON_USEDEP}]
+       dev-python/PyQt5[gui,widgets,${PYTHON_USEDEP}]
 "
 DEPEND="${RDEPEND}"
index b7675d83d1e404dea35f5a6a311e25bbc82fef47..7badfe258072e382479f80714cdab3778c4e1db2 100644 (file)
@@ -16,6 +16,6 @@ SLOT="0"
 IUSE=""
 
 RDEPEND="
-       dev-python/PyQt5[${PYTHON_USEDEP}]
+       dev-python/PyQt5[gui,widgets,${PYTHON_USEDEP}]
 "
 DEPEND="${RDEPEND}"