diff options
author | 2019-01-03 18:22:00 +0100 | |
---|---|---|
committer | 2019-01-03 18:22:00 +0100 | |
commit | 788cb60a60bd74ad0504385f4db2a28edc7847e7 (patch) | |
tree | 5af5bec3afc292b0d1ed52ff0d914b1487227822 /dev-python | |
parent | media-gfx/meshlab: Add fedora patches (diff) | |
download | gentoo-788cb60a60bd74ad0504385f4db2a28edc7847e7.tar.gz gentoo-788cb60a60bd74ad0504385f4db2a28edc7847e7.tar.bz2 gentoo-788cb60a60bd74ad0504385f4db2a28edc7847e7.zip |
dev-python/uranium: add missing dep sci-libs/Shapely
Closes: https://bugs.gentoo.org/674392
Suggested-by: Kobboi <gentoo@lermytte.be>
Signed-off-by: Amy Liffey <amynka@gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.11
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/uranium/uranium-3.6.0-r1.ebuild (renamed from dev-python/uranium/uranium-3.6.0.ebuild) | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-python/uranium/uranium-3.6.0.ebuild b/dev-python/uranium/uranium-3.6.0-r1.ebuild index 01f7af38ae51..e1473dfc7e25 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" |