summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2024-05-06 07:44:28 -0700
committerYuri Victorovich <yuri@FreeBSD.org>2024-05-06 13:34:26 -0700
commiteb44fa832b1272ee0eb8273e13bc2dac348278c2 (patch)
tree824007501cf00614f58d7194819b4032904e2ee2
parentx11-fonts/inconsolata-ttf: Update to 3.000 (diff)
devel/py-hologram: Unbreak build by removing dependency upper-limit
Reported by: fallout
-rw-r--r--devel/py-hologram/Makefile2
1 files changed, 1 insertions, 1 deletions
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
@@ -11,7 +11,7 @@ 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