dev-python/uranium: fix dependency issue

PyQt5 is required with support for declarative, network and svg
Gentoo-Bug: https://bugs.gentoo.org/582796

Package-Manager: portage-2.2.28
Closes: https://github.com/gentoo/gentoo/pull/1462

Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
This commit is contained in:
Marshall Brewer (Gentoo Key)
2016-05-12 14:06:15 +02:00
committed by Patrice Clement
parent 51be510881
commit 9f66533627

View File

@@ -21,7 +21,7 @@ IUSE="doc test"
RDEPEND="${PYTHON_DEPS}
dev-libs/libarcus:*[${PYTHON_USEDEP}]
dev-python/PyQt5[${PYTHON_USEDEP}]
dev-python/PyQt5[${PYTHON_USEDEP},declarative,network,svg]
dev-python/numpy[${PYTHON_USEDEP}]
dev-qt/qtdeclarative:5
dev-qt/qtquickcontrols:5"