diff options
author | Dennis Lamm <expeditioneer@gentoo.org> | 2020-10-12 17:48:12 +0200 |
---|---|---|
committer | Dennis Lamm <expeditioneer@gentoo.org> | 2020-10-12 20:59:27 +0200 |
commit | 1d29dde8ce23baab90779d293069e162012c9b97 (patch) | |
tree | 5ed6fefda67ef385851a8069222378d6e5d0b445 /dev-python/uranium | |
parent | sci-libs/shapely: bump to 1.7.1 (diff) | |
download | gentoo-1d29dde8ce23baab90779d293069e162012c9b97.tar.gz gentoo-1d29dde8ce23baab90779d293069e162012c9b97.tar.bz2 gentoo-1d29dde8ce23baab90779d293069e162012c9b97.zip |
sci-libs/shapely: fixed revdep to renamed package
Signed-off-by: Dennis Lamm <expeditoneer@gentoo.org>
Closes: https://github.com/gentoo/gentoo/pull/17894
Signed-off-by: Dennis Lamm <expeditioneer@gentoo.org>
Diffstat (limited to 'dev-python/uranium')
-rw-r--r-- | dev-python/uranium/uranium-4.6.1.ebuild | 2 | ||||
-rw-r--r-- | dev-python/uranium/uranium-4.7.0.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/uranium/uranium-4.6.1.ebuild b/dev-python/uranium/uranium-4.6.1.ebuild index 19a97cf4fd23..b5a2f4ad5871 100644 --- a/dev-python/uranium/uranium-4.6.1.ebuild +++ b/dev-python/uranium/uranium-4.6.1.ebuild @@ -36,7 +36,7 @@ DEPEND="${PYTHON_DEPS} dev-python/PyQt5[${PYTHON_MULTI_USEDEP},declarative,network,svg] dev-python/numpy[${PYTHON_MULTI_USEDEP}] >=dev-python/scipy-1.1[${PYTHON_MULTI_USEDEP}] - sci-libs/Shapely[${PYTHON_MULTI_USEDEP}] + sci-libs/shapely[${PYTHON_MULTI_USEDEP}] ')" RDEPEND="${DEPEND} diff --git a/dev-python/uranium/uranium-4.7.0.ebuild b/dev-python/uranium/uranium-4.7.0.ebuild index 32be957b1231..1f9643331be0 100644 --- a/dev-python/uranium/uranium-4.7.0.ebuild +++ b/dev-python/uranium/uranium-4.7.0.ebuild @@ -35,7 +35,7 @@ DEPEND="${PYTHON_DEPS} dev-python/PyQt5[${PYTHON_USEDEP},declarative,network,svg] dev-python/numpy[${PYTHON_USEDEP}] >=dev-python/scipy-1.1[${PYTHON_USEDEP}] - sci-libs/Shapely[${PYTHON_USEDEP}] + sci-libs/shapely[${PYTHON_USEDEP}] ')" RDEPEND="${DEPEND} |