Date: Wed, 6 Sep 2023 20:54:04 GMT From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 5f4256e50c22 - main - multimedia/streamlink: Clean up USES=python Message-ID: <202309062054.386Ks4nA021657@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=5f4256e50c2285e70f70ed9652076e01945e103d commit 5f4256e50c2285e70f70ed9652076e01945e103d Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-09-06 20:50:41 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-09-06 20:50:41 +0000 multimedia/streamlink: Clean up USES=python Approved by: portmgr (blanket) With hat: python --- multimedia/streamlink/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/multimedia/streamlink/Makefile b/multimedia/streamlink/Makefile index ce48c7e3f004..fe73b5c94315 100644 --- a/multimedia/streamlink/Makefile +++ b/multimedia/streamlink/Makefile @@ -33,7 +33,7 @@ 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:3.7+ pytest +USES= python pytest USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes OPTIONS_DEFINE= FFMPEG RTMPDUMP
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202309062054.386Ks4nA021657>