git: 3fe6aa7a8bad - main - security/pssh: explicitly add setuptools to BUILD_DEPENDS

From: Charlie Li <vishwin_at_FreeBSD.org>
Date: Wed, 29 Mar 2023 01:17:18 UTC
The branch main has been updated by vishwin:

URL: https://cgit.FreeBSD.org/ports/commit/?id=3fe6aa7a8bad4873fcae1643b7e54eb6f41a7b00

commit 3fe6aa7a8bad4873fcae1643b7e54eb6f41a7b00
Author:     Charlie Li <vishwin@FreeBSD.org>
AuthorDate: 2023-03-29 01:07:50 +0000
Commit:     Charlie Li <vishwin@FreeBSD.org>
CommitDate: 2023-03-29 01:07:50 +0000

    security/pssh: explicitly add setuptools to BUILD_DEPENDS
    
    PR: 270243
---
 security/pssh/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

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+