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/pyproj | |
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/pyproj')
-rw-r--r-- | dev-python/pyproj/pyproj-2.4.2-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pyproj/pyproj-2.4.2-r1.ebuild b/dev-python/pyproj/pyproj-2.4.2-r1.ebuild index 2a90bfb128a2..40c39af68498 100644 --- a/dev-python/pyproj/pyproj-2.4.2-r1.ebuild +++ b/dev-python/pyproj/pyproj-2.4.2-r1.ebuild @@ -24,7 +24,7 @@ BDEPEND=" test? ( dev-python/mock[${PYTHON_USEDEP}] dev-python/numpy[${PYTHON_USEDEP}] - sci-libs/Shapely[${PYTHON_USEDEP}] + sci-libs/shapely[${PYTHON_USEDEP}] )" PATCHES=( "${FILESDIR}"/${P}-conftest.patch ) |