sysutils/py-croniter: update BUILD_DEPENDS

Add py-wheel and py-setuptools to the list of libraries required to build
this package

PR:             287271
This commit is contained in:
Steven Kreuzer 2025-06-04 00:51:17 +00:00
parent d9c4c999a3
commit c93ef53257
No known key found for this signature in database
GPG Key ID: 66BAB4B6E0D6F907
1 changed files with 2 additions and 0 deletions

View File

@ -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}