diff options
author | 2022-07-03 10:26:09 +0200 | |
---|---|---|
committer | 2022-07-03 10:26:09 +0200 | |
commit | ca4c5ad05a83cb2df77d614d14e3a6c403b5a203 (patch) | |
tree | 876af7e1c7b295e0b46ee9bf50d16bc2e6547809 | |
parent | dev-python/geopandas: move to dev-python/shapely (diff) | |
download | sci-ca4c5ad05a83cb2df77d614d14e3a6c403b5a203.tar.gz sci-ca4c5ad05a83cb2df77d614d14e3a6c403b5a203.tar.bz2 sci-ca4c5ad05a83cb2df77d614d14e3a6c403b5a203.zip |
dev-python/rasterio: shapely moved to dev-python/
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
-rw-r--r-- | dev-python/rasterio/rasterio-1.2.10-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/rasterio/rasterio-1.2.10-r1.ebuild b/dev-python/rasterio/rasterio-1.2.10-r1.ebuild index a865be882..7ae9776c7 100644 --- a/dev-python/rasterio/rasterio-1.2.10-r1.ebuild +++ b/dev-python/rasterio/rasterio-1.2.10-r1.ebuild @@ -33,7 +33,7 @@ BDEPEND=" test? ( dev-python/boto3[${PYTHON_USEDEP}] dev-python/hypothesis[${PYTHON_USEDEP}] - sci-libs/shapely[${PYTHON_USEDEP}] + dev-python/shapely[${PYTHON_USEDEP}] sci-libs/gdal:=[aux-xml(+),jpeg,png,threads(+)] ) " |