Date: Wed, 29 Mar 2023 01:17:18 GMT From: Charlie Li <vishwin@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 3fe6aa7a8bad - main - security/pssh: explicitly add setuptools to BUILD_DEPENDS Message-ID: <202303290117.32T1HIoV094183@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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+
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202303290117.32T1HIoV094183>