From 9ab1e9d59e4a29743f9a678157d4918f0600616f Mon Sep 17 00:00:00 2001 From: Po-Chuan Hsieh Date: Fri, 10 Jun 2022 07:53:16 +0800 Subject: [PATCH] devel/py-txi2p-tahoe: Convert to USE_PYTHON=unittest --- devel/py-txi2p-tahoe/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devel/py-txi2p-tahoe/Makefile b/devel/py-txi2p-tahoe/Makefile index 1941c3e8a389d..8dbda49a504bc 100644 --- a/devel/py-txi2p-tahoe/Makefile +++ b/devel/py-txi2p-tahoe/Makefile @@ -17,7 +17,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}parsley>=1.2:devel/py-parsley@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}twisted>=15.4:devel/py-twisted@${PY_FLAVOR} USES= python:3.7+ -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent distutils unittest NO_ARCH= yes