From 53ad6deb5436f3abc7623041ed33f3949083e940 Mon Sep 17 00:00:00 2001 From: Po-Chuan Hsieh Date: Tue, 28 Nov 2023 02:46:33 +0800 Subject: [PATCH] misc/py-pexpect: Convert to USE_PYTHON=unittest --- misc/py-pexpect/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/py-pexpect/Makefile b/misc/py-pexpect/Makefile index b10033256640..39406adce4ec 100644 --- a/misc/py-pexpect/Makefile +++ b/misc/py-pexpect/Makefile @@ -15,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ptyprocess>=0.5:sysutils/py-ptyprocess@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent distutils unittest NO_ARCH= yes