aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2022-06-03 16:57:44 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2022-06-03 16:57:44 +0000
commit64fc26384f109399c67d3c5c208ac9c9867c5302 (patch)
tree9200b98dd80afabe11e5867b60fee20429641b6d
parentdb323b20709719ef02ff21354229f696a6ce2335 (diff)
downloadports-64fc26384f109399c67d3c5c208ac9c9867c5302.tar.gz
ports-64fc26384f109399c67d3c5c208ac9c9867c5302.zip
devel/py-libusb1: Convert to USE_PYTHON=unittest
-rw-r--r--devel/py-libusb1/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/devel/py-libusb1/Makefile b/devel/py-libusb1/Makefile
index 0bc3df9c2812..9d39f14b74f4 100644
--- a/devel/py-libusb1/Makefile
+++ b/devel/py-libusb1/Makefile
@@ -12,11 +12,8 @@ LICENSE= LGPL21+
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyinstaller>=0:devel/py-pyinstaller@${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>