commit: 788cb60a60bd74ad0504385f4db2a28edc7847e7 Author: Amy Liffey <amynka <AT> gentoo <DOT> org> AuthorDate: Thu Jan 3 17:22:00 2019 +0000 Commit: Amy Liffey <amynka <AT> gentoo <DOT> org> CommitDate: Thu Jan 3 17:22:00 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=788cb60a
dev-python/uranium: add missing dep sci-libs/Shapely Closes: https://bugs.gentoo.org/674392 Suggested-by: Kobboi <gentoo <AT> lermytte.be> Signed-off-by: Amy Liffey <amynka <AT> gentoo.org> Package-Manager: Portage-2.3.49, Repoman-2.3.11 dev-python/uranium/{uranium-3.6.0.ebuild => uranium-3.6.0-r1.ebuild} | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-python/uranium/uranium-3.6.0.ebuild b/dev-python/uranium/uranium-3.6.0-r1.ebuild similarity index 94% rename from dev-python/uranium/uranium-3.6.0.ebuild rename to dev-python/uranium/uranium-3.6.0-r1.ebuild index 01f7af38ae5..e1473dfc7e2 100644 --- a/dev-python/uranium/uranium-3.6.0.ebuild +++ b/dev-python/uranium/uranium-3.6.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -24,6 +24,7 @@ RDEPEND="${PYTHON_DEPS} dev-python/PyQt5[${PYTHON_USEDEP},declarative,network,svg] dev-python/numpy[${PYTHON_USEDEP}] >=sci-libs/scipy-1.1[${PYTHON_USEDEP}] + sci-libs/Shapely[${PYTHON_USEDEP}] dev-qt/qtquickcontrols:5 dev-qt/qtquickcontrols2:5"
