diff options
| author | Piotr Kubaj <pkubaj@FreeBSD.org> | 2023-05-09 19:54:34 +0000 |
|---|---|---|
| committer | Piotr Kubaj <pkubaj@FreeBSD.org> | 2023-05-09 19:54:34 +0000 |
| commit | 31bd18843c8e04f115eed8bd166f9364847ae94a (patch) | |
| tree | f75b4449c6ea88ebb5d61cbe9142a125a9745155 | |
| parent | 5d55b8d0d549dd8cd857cc3a304438e88cf9a875 (diff) | |
security/py-ssh-audit: fix build
py-setuptools was missing.
| -rw-r--r-- | security/py-ssh-audit/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/py-ssh-audit/Makefile b/security/py-ssh-audit/Makefile index 266af903b1e2..4f76584bb502 100644 --- a/security/py-ssh-audit/Makefile +++ b/security/py-ssh-audit/Makefile @@ -10,7 +10,8 @@ WWW= https://github.com/jtesta/ssh-audit LICENSE= MIT -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR} +BUILD_DEPENDS= ${PY_SETUPTOOLS} \ + ${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR} USES= python:3.7+ USE_GITHUB= yes |
