Date: Mon, 6 May 2024 20:34:31 GMT From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: eb44fa832b12 - main - devel/py-hologram: Unbreak build by removing dependency upper-limit Message-ID: <202405062034.446KYVVB064792@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=eb44fa832b1272ee0eb8273e13bc2dac348278c2 commit eb44fa832b1272ee0eb8273e13bc2dac348278c2 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2024-05-06 14:44:28 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2024-05-06 20:34:26 +0000 devel/py-hologram: Unbreak build by removing dependency upper-limit Reported by: fallout --- devel/py-hologram/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202405062034.446KYVVB064792>