sysutils/py-croniter: make dateutil a runtime dependency

PR:             284708
Reported by:    Nick Hilliard <nick@foobar.org>
This commit is contained in:
Steven Kreuzer 2025-03-02 13:56:12 +00:00
parent 032e99c05d
commit 525c12fd26
No known key found for this signature in database
GPG key ID: 66BAB4B6E0D6F907

View file

@ -1,6 +1,6 @@
PORTNAME= croniter PORTNAME= croniter
PORTVERSION= 0.3.20 PORTVERSION= 0.3.20
PORTREVISION= 1 PORTREVISION= 2
CATEGORIES= sysutils python CATEGORIES= sysutils python
MASTER_SITES= PYPI MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@ -11,7 +11,7 @@ WWW= https://pypi.org/project/croniter/
LICENSE= MIT 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 USES= python
USE_PYTHON= distutils autoplist USE_PYTHON= distutils autoplist