mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-30 22:48:07 -07:00
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:
committed by
Patrice Clement
parent
51be510881
commit
9f66533627
@@ -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"
|
||||
Reference in New Issue
Block a user