mirror of https://git.FreeBSD.org/ports.git
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:
parent
d9c4c999a3
commit
c93ef53257
|
@ -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}
|
||||
|
||||
|
|
Loading…
Reference in New Issue