aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-03-09 15:21:37 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-03-09 15:21:37 +0000
commitcd8223b8edfa8315b996be20fb976df02bdee882 (patch)
tree4abe86e75e851d079832948a8605b5e3583ca734
parent142077fefb38f8e647bbc32f847ef45ab81aa212 (diff)
downloadports-cd8223b8edfa8315b996be20fb976df02bdee882.tar.gz
ports-cd8223b8edfa8315b996be20fb976df02bdee882.zip
multimedia/streamlink: Convert to USE_PYTHON=pytest
Approved by: portmgr (blanket) With hat: python
-rw-r--r--multimedia/streamlink/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/streamlink/Makefile b/multimedia/streamlink/Makefile
index f2531573b84f..f40f0c2612a7 100644
--- a/multimedia/streamlink/Makefile
+++ b/multimedia/streamlink/Makefile
@@ -33,8 +33,8 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}backports>0:devel/py-backports@${PY_FLAVOR}
${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR}\
${PYTHON_PKGNAMEPREFIX}requests-mock>0:www/py-requests-mock@${PY_FLAVOR}
-USES= python pytest
-USE_PYTHON= autoplist concurrent distutils
+USES= python
+USE_PYTHON= autoplist concurrent distutils pytest
NO_ARCH= yes
OPTIONS_DEFINE= FFMPEG
OPTIONS_DEFAULT= FFMPEG