git: 4d9819ab0723 - main - dns/letsdns: explicitly add setuptools to BUILD_DEPENDS
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 29 Mar 2023 01:17:16 UTC
The branch main has been updated by vishwin: URL: https://cgit.FreeBSD.org/ports/commit/?id=4d9819ab072352de89866cc7f9fda940076df274 commit 4d9819ab072352de89866cc7f9fda940076df274 Author: Charlie Li <vishwin@FreeBSD.org> AuthorDate: 2023-03-29 01:05:13 +0000 Commit: Charlie Li <vishwin@FreeBSD.org> CommitDate: 2023-03-29 01:05:13 +0000 dns/letsdns: explicitly add setuptools to BUILD_DEPENDS PR: 270243 --- dns/letsdns/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dns/letsdns/Makefile b/dns/letsdns/Makefile index e06ae3a167ac..0480d6bc217e 100644 --- a/dns/letsdns/Makefile +++ b/dns/letsdns/Makefile @@ -9,7 +9,8 @@ WWW= https://letsdns.org/ LICENSE= GPLv3 -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR} +BUILD_DEPENDS= ${PY_SETUPTOOLS} \ + ${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cryptography>0:security/py-cryptography@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}dnspython>0:dns/py-dnspython@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}requests>0:www/py-requests@${PY_FLAVOR}