git: 525c12fd26dd - main - sysutils/py-croniter: make dateutil a runtime dependency
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 02 Mar 2025 14:01:31 UTC
The branch main has been updated by skreuzer:
URL: https://cgit.FreeBSD.org/ports/commit/?id=525c12fd26dd3990f99e35fd0019f21d9471f99e
commit 525c12fd26dd3990f99e35fd0019f21d9471f99e
Author: Steven Kreuzer <skreuzer@FreeBSD.org>
AuthorDate: 2025-03-02 13:56:12 +0000
Commit: Steven Kreuzer <skreuzer@FreeBSD.org>
CommitDate: 2025-03-02 13:59:23 +0000
sysutils/py-croniter: make dateutil a runtime dependency
PR: 284708
Reported by: Nick Hilliard <nick@foobar.org>
---
sysutils/py-croniter/Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/sysutils/py-croniter/Makefile b/sysutils/py-croniter/Makefile
index 4d672cddc5d0..44be0eabc297 100644
--- a/sysutils/py-croniter/Makefile
+++ b/sysutils/py-croniter/Makefile
@@ -1,6 +1,6 @@
PORTNAME= croniter
PORTVERSION= 0.3.20
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= sysutils python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -11,7 +11,7 @@ WWW= https://pypi.org/project/croniter/
LICENSE= MIT
-BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}python-dateutil>=1.5:devel/py-python-dateutil@${PY_FLAVOR}
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}python-dateutil>=1.5:devel/py-python-dateutil@${PY_FLAVOR}
USES= python
USE_PYTHON= distutils autoplist