aboutsummaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2021-03-30 19:20:40 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2021-03-30 19:20:40 +0000
commit664a03287d356e02354c13c6d367ee6d59821b7d (patch)
tree7ad9078a9b84bdb5bc266417d1910e47b6377219 /security
parent2e29001b40b56507bcac2a152aa65609607525d1 (diff)
downloadports-664a03287d356e02354c13c6d367ee6d59821b7d.tar.gz
ports-664a03287d356e02354c13c6d367ee6d59821b7d.zip
Clean up TEST_DEPENDS
Notes
Notes: svn path=/head/; revision=569591
Diffstat (limited to 'security')
-rw-r--r--security/py-fido2/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/security/py-fido2/Makefile b/security/py-fido2/Makefile
index 195d2e9c2839..2775c098bcd9 100644
--- a/security/py-fido2/Makefile
+++ b/security/py-fido2/Makefile
@@ -15,8 +15,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cryptography>=1.5:security/py-cryptography@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}uhid-freebsd>=1.2.1:devel/py-uhid-freebsd@${PY_FLAVOR}
-TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mock>0:devel/py-mock@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}pycodestyle>0:devel/py-pycodestyle@${PY_FLAVOR}
+TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mock>0:devel/py-mock@${PY_FLAVOR}
USES= python:3.6+
USE_PYTHON= autoplist distutils