aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCharlie Li <vishwin@FreeBSD.org>2023-03-29 01:07:50 +0000
committerCharlie Li <vishwin@FreeBSD.org>2023-03-29 01:07:50 +0000
commit3fe6aa7a8bad4873fcae1643b7e54eb6f41a7b00 (patch)
tree73393ddbcab1cd8528d2d0fce35a0cc42c8fd9b5
parent4d9819ab072352de89866cc7f9fda940076df274 (diff)
downloadports-3fe6aa7a8bad4873fcae1643b7e54eb6f41a7b00.tar.gz
ports-3fe6aa7a8bad4873fcae1643b7e54eb6f41a7b00.zip
security/pssh: explicitly add setuptools to BUILD_DEPENDS
PR: 270243
-rw-r--r--security/pssh/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/security/pssh/Makefile b/security/pssh/Makefile
index 3cb059efe476..b9b5b7e6331a 100644
--- a/security/pssh/Makefile
+++ b/security/pssh/Makefile
@@ -10,7 +10,8 @@ WWW= https://github.com/lilydjwg/pssh
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/COPYING
-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= rsync:net/rsync
USES= python:3.5+