Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 Jun 2024 14:52:28 GMT
From:      Ruslan Makhmatkhanov <rm@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org
Subject:   git: 3a2565d8c2e4 - 2024Q2 - devel/py-hologram: Unbreak build by removing dependency upper-limit
Message-ID:  <202406171452.45HEqSd4034449@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch 2024Q2 has been updated by rm:

URL: https://cgit.FreeBSD.org/ports/commit/?id=3a2565d8c2e44934be7c32417d625881ed6b5e53

commit 3a2565d8c2e44934be7c32417d625881ed6b5e53
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2024-05-06 14:44:28 +0000
Commit:     Ruslan Makhmatkhanov <rm@FreeBSD.org>
CommitDate: 2024-06-17 14:51:34 +0000

    devel/py-hologram: Unbreak build by removing dependency upper-limit
    
    Reported by:    fallout
    
    (cherry picked from commit eb44fa832b1272ee0eb8273e13bc2dac348278c2)
---
 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 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202406171452.45HEqSd4034449>