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:
parent
5d55b8d0d5
commit
31bd18843c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user