aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2022-06-09 23:10:51 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2022-06-09 23:16:07 +0000
commitab5a9100e1e49809ac1e6be0c960856ec1cf0d6b (patch)
treee23bff48acebe4332337bfc1935c7ef9917c0a06
parent92e8c1273f49ac256ead5fade3388af9f7d1089d (diff)
downloadports-ab5a9100e1e49809ac1e6be0c960856ec1cf0d6b.tar.gz
ports-ab5a9100e1e49809ac1e6be0c960856ec1cf0d6b.zip
devel/py-pytest-black: Convert to USE_PYTHON=pytest
-rw-r--r--devel/py-pytest-black/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/py-pytest-black/Makefile b/devel/py-pytest-black/Makefile
index 71a5145c8caf..0019a53aca8e 100644
--- a/devel/py-pytest-black/Makefile
+++ b/devel/py-pytest-black/Makefile
@@ -18,7 +18,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}black>=0:devel/py-black@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}toml>=0:textproc/py-toml@${PY_FLAVOR}
USES= python:3.6+
-USE_PYTHON= autoplist concurrent distutils
+USE_PYTHON= autoplist concurrent distutils pytest
NO_ARCH= yes