aboutsummaryrefslogtreecommitdiff
path: root/devel/py-hologram/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/py-hologram/Makefile')
-rw-r--r--devel/py-hologram/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/py-hologram/Makefile b/devel/py-hologram/Makefile
index 618e050ea3e4..19cee25d82fe 100644
--- a/devel/py-hologram/Makefile
+++ b/devel/py-hologram/Makefile
@@ -1,5 +1,6 @@
PORTNAME= hologram
PORTVERSION= 0.0.16
+PORTREVISION= 1
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -10,7 +11,7 @@ WWW= https://github.com/dbt-labs/hologram
LICENSE= MIT
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dateutil>=2.8,<2.9:devel/py-dateutil@${PY_FLAVOR} \
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}python-dateutil>=2.8,<2.9:devel/py-python-dateutil@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}jsonschema>=3.0:devel/py-jsonschema@${PY_FLAVOR}
USES= python