summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarshall Brewer (Gentoo Key) <tomboy64@sina.cn>2016-05-12 14:06:15 +0200
committerPatrice Clement <monsieurp@gentoo.org>2016-05-14 09:19:01 +0000
commit9f665336274406fdd7e43322d69671bcbb77cc09 (patch)
treeacfe2d2ac60be36ed9a0cd8e86e2f08518517785 /dev-python/uranium
parentapp-vim/pydiction: Fix S variable. (diff)
downloadgentoo-9f665336274406fdd7e43322d69671bcbb77cc09.tar.gz
gentoo-9f665336274406fdd7e43322d69671bcbb77cc09.tar.bz2
gentoo-9f665336274406fdd7e43322d69671bcbb77cc09.zip
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>
Diffstat (limited to 'dev-python/uranium')
-rw-r--r--dev-python/uranium/uranium-2.1.0_beta-r2.ebuild (renamed from dev-python/uranium/uranium-2.1.0_beta-r1.ebuild)2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/uranium/uranium-2.1.0_beta-r1.ebuild b/dev-python/uranium/uranium-2.1.0_beta-r2.ebuild
index 4a0e83b4bfe8..50c5a48c0f2a 100644
--- a/dev-python/uranium/uranium-2.1.0_beta-r1.ebuild
+++ b/dev-python/uranium/uranium-2.1.0_beta-r2.ebuild
@@ -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"