diff options
author | Steven Kreuzer <skreuzer@FreeBSD.org> | 2025-06-04 00:51:17 +0000 |
---|---|---|
committer | Steven Kreuzer <skreuzer@FreeBSD.org> | 2025-06-04 00:52:50 +0000 |
commit | c93ef532577709883acbf3a3bdf3447962d4b9f3 (patch) | |
tree | 4122dbc8b10af3425cca67a005c52de676958b17 /sysutils | |
parent | d9c4c999a3b6d09f479fd8e57674ba5e275cf193 (diff) |
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/py-croniter/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sysutils/py-croniter/Makefile b/sysutils/py-croniter/Makefile index 85ab530e75a4..e8ccd20de0b2 100644 --- a/sysutils/py-croniter/Makefile +++ b/sysutils/py-croniter/Makefile @@ -10,6 +10,8 @@ WWW= https://pypi.org/project/croniter/ LICENSE= MIT +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=63:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0.45.1:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}python-dateutil>=1.5:devel/py-python-dateutil@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytz>=2021.1:devel/py-pytz@${PY_FLAVOR} |