svn commit: r569591 - head/security/py-fido2

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Tue Mar 30 19:20:41 UTC 2021


Author: sunpoet
Date: Tue Mar 30 19:20:40 2021
New Revision: 569591
URL: https://svnweb.freebsd.org/changeset/ports/569591

Log:
  Clean up TEST_DEPENDS

Modified:
  head/security/py-fido2/Makefile

Modified: head/security/py-fido2/Makefile
==============================================================================
--- head/security/py-fido2/Makefile	Tue Mar 30 19:20:25 2021	(r569590)
+++ head/security/py-fido2/Makefile	Tue Mar 30 19:20:40 2021	(r569591)
@@ -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


More information about the svn-ports-all mailing list