Skip to content

Commit

Permalink
security/py-asyncssh: Convert to USE_PYTHON=unittest
Browse files Browse the repository at this point in the history
  • Loading branch information
sunpoet committed Jun 3, 2022
1 parent c67fba1 commit 17a787b
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions security/py-asyncssh/Makefile
Expand Up @@ -14,7 +14,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cryptography>=3.1:security/py-cryptography@$
${PYTHON_PKGNAMEPREFIX}typing-extensions>=3.6:devel/py-typing-extensions@${PY_FLAVOR}

USES= cpe python:3.6+
USE_PYTHON= autoplist concurrent distutils
USE_PYTHON= autoplist concurrent distutils unittest

NO_ARCH= yes

Expand All @@ -38,7 +38,4 @@ NETTLE_LIB_DEPENDS= libnettle.so:security/nettle
PKCS11_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}python-pkcs11>=0.7.0:security/py-python-pkcs11@${PY_FLAVOR}
PYOPENSSL_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}openssl>=17.0.0:security/py-openssl@${PY_FLAVOR}

do-test:
cd ${WRKSRC} && ${PYTHON_CMD} -m unittest -v

.include <bsd.port.mk>

0 comments on commit 17a787b

Please sign in to comment.