git: 493316ca99a8 - main - security/py-webauthn: Convert to USE_PYTHON=unittest
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 09 Oct 2022 15:40:11 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=493316ca99a8df0d3c9d83e090205d0ac28beee2 commit 493316ca99a8df0d3c9d83e090205d0ac28beee2 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2022-10-09 15:32:30 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2022-10-09 15:37:58 +0000 security/py-webauthn: Convert to USE_PYTHON=unittest --- security/py-webauthn/Makefile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/security/py-webauthn/Makefile b/security/py-webauthn/Makefile index 51a4c4888f2c..f33442eabd09 100644 --- a/security/py-webauthn/Makefile +++ b/security/py-webauthn/Makefile @@ -19,11 +19,8 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}asn1crypto>=0.24.0:devel/py-asn1crypto@${PY_ ${PYTHON_PKGNAMEPREFIX}openssl>=20.0.1,1:security/py-openssl@${PY_FLAVOR} USES= python:3.7+ -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent distutils unittest NO_ARCH= yes -do-test: - cd ${WRKSRC} && ${PYTHON_CMD} -m unittest -v - .include <bsd.port.mk>