aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCharlie Li <vishwin@FreeBSD.org>2023-03-29 01:05:13 +0000
committerCharlie Li <vishwin@FreeBSD.org>2023-03-29 01:05:13 +0000
commit4d9819ab072352de89866cc7f9fda940076df274 (patch)
tree1881cbb965e5652ca44d07d52d501523ef7e4f25
parentdf2d6dcc83906a3bf22395d447e9011d177b690c (diff)
downloadports-4d9819ab072352de89866cc7f9fda940076df274.tar.gz
ports-4d9819ab072352de89866cc7f9fda940076df274.zip
dns/letsdns: explicitly add setuptools to BUILD_DEPENDS
PR: 270243
-rw-r--r--dns/letsdns/Makefile3
1 files changed, 2 insertions, 1 deletions
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}