commit: 5bbc6f6af8e926f92b8937224d0289e219eec1a8
Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 13 18:58:04 2022 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Mon Jun 13 18:58:04 2022 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=5bbc6f6a
dev-python/rasterio: add missing test dep
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>
dev-python/rasterio/rasterio-1.2.10-r1.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/dev-python/rasterio/rasterio-1.2.10-r1.ebuild
b/dev-python/rasterio/rasterio-1.2.10-r1.ebuild
index daa3244da..a865be882 100644
--- a/dev-python/rasterio/rasterio-1.2.10-r1.ebuild
+++ b/dev-python/rasterio/rasterio-1.2.10-r1.ebuild
@@ -33,6 +33,7 @@ BDEPEND="
test? (
dev-python/boto3[${PYTHON_USEDEP}]
dev-python/hypothesis[${PYTHON_USEDEP}]
+ sci-libs/shapely[${PYTHON_USEDEP}]
sci-libs/gdal:=[aux-xml(+),jpeg,png,threads(+)]
)
"