git: c93ef5325777 - main - sysutils/py-croniter: update BUILD_DEPENDS
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 04 Jun 2025 00:53:47 UTC
The branch main has been updated by skreuzer:
URL: https://cgit.FreeBSD.org/ports/commit/?id=c93ef532577709883acbf3a3bdf3447962d4b9f3
commit c93ef532577709883acbf3a3bdf3447962d4b9f3
Author: Steven Kreuzer <skreuzer@FreeBSD.org>
AuthorDate: 2025-06-04 00:51:17 +0000
Commit: Steven Kreuzer <skreuzer@FreeBSD.org>
CommitDate: 2025-06-04 00:52:50 +0000
sysutils/py-croniter: update BUILD_DEPENDS
Add py-wheel and py-setuptools to the list of libraries required to build
this package
PR: 287271
---
sysutils/py-croniter/Makefile | 2 ++
1 file changed, 2 insertions(+)
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}