diff --git a/devel/py-hologram/Makefile b/devel/py-hologram/Makefile index 19cee25d82fe..b81de1a2c292 100644 --- a/devel/py-hologram/Makefile +++ b/devel/py-hologram/Makefile @@ -1,20 +1,20 @@ PORTNAME= hologram PORTVERSION= 0.0.16 PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= pat@patmaddox.com COMMENT= JSON schema generation from dataclasses WWW= https://github.com/dbt-labs/hologram LICENSE= MIT -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}python-dateutil>=2.8,<2.9:devel/py-python-dateutil@${PY_FLAVOR} \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}python-dateutil>=2.8:devel/py-python-dateutil@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}jsonschema>=3.0:devel/py-jsonschema@${PY_FLAVOR} USES= python USE_PYTHON= autoplist concurrent distutils .include