summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsunpoet <sunpoet@35697150-7ecd-e111-bb59-0022644237b5>2021-03-30 19:20:40 +0000
committersunpoet <sunpoet@35697150-7ecd-e111-bb59-0022644237b5>2021-03-30 19:20:40 +0000
commitf649513ca747007aec0f7cae5f19784653bed8c9 (patch)
tree7ad9078a9b84bdb5bc266417d1910e47b6377219
parente163e5d4e58c033971513c4cd3bef02f5770434a (diff)
downloadfreebsd-ports-f649513ca747007aec0f7cae5f19784653bed8c9.tar.gz
freebsd-ports-f649513ca747007aec0f7cae5f19784653bed8c9.tar.bz2
Clean up TEST_DEPENDS
git-svn-id: http://svn.freebsd.org/ports/head@569591 35697150-7ecd-e111-bb59-0022644237b5
-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