diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2024-05-06 07:44:28 -0700 |
---|---|---|
committer | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2024-06-17 17:51:34 +0300 |
commit | 3a2565d8c2e44934be7c32417d625881ed6b5e53 (patch) | |
tree | 9fa479105e6b6311cac415d72d5452b827c0b6fd | |
parent | 0f53f659f3d7ff64c774f5d1d25eb95fd9ba0971 (diff) | |
download | freebsd-ports-3a2565d8c2e44934be7c32417d625881ed6b5e53.zip |
devel/py-hologram: Unbreak build by removing dependency upper-limit
Reported by: fallout
(cherry picked from commit eb44fa832b1272ee0eb8273e13bc2dac348278c2)
-rw-r--r-- | devel/py-hologram/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/py-hologram/Makefile b/devel/py-hologram/Makefile index 618e050ea3e4..704e231fbbbe 100644 --- a/devel/py-hologram/Makefile +++ b/devel/py-hologram/Makefile @@ -10,7 +10,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:devel/py-python-dateutil@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}jsonschema>=3.0:devel/py-jsonschema@${PY_FLAVOR} USES= python |