geo/pygeoapi: add RDEP on geo/py-geofilter

This commit is contained in:
landry 2022-12-19 10:55:16 +00:00
parent 6663a6f770
commit 8a88a4c40f
1 changed files with 2 additions and 0 deletions

View File

@ -2,6 +2,7 @@ COMMENT = OGC API server implementation
MODPY_EGG_VERSION = 0.13.0
DISTNAME = pygeoapi-${MODPY_EGG_VERSION}
REVISION = 0
CATEGORIES = geo devel
@ -24,6 +25,7 @@ RUN_DEPENDS = devel/py-babel${MODPY_FLAVOR} \
devel/py-jsonschema${MODPY_FLAVOR} \
devel/py-pydantic${MODPY_FLAVOR} \
devel/py-tz${MODPY_FLAVOR} \
geo/py-geofilter${MODPY_FLAVOR} \
geo/py-proj${MODPY_FLAVOR} \
geo/py-rasterio${MODPY_FLAVOR}>=1.1.8p1 \
geo/py-shapely${MODPY_FLAVOR} \