1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-19 00:13:33 +00:00

security/py-ssh-audit: fix build

py-setuptools was missing.
This commit is contained in:
Piotr Kubaj 2023-05-09 19:54:34 +00:00
parent 5d55b8d0d5
commit 31bd18843c

View File

@ -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