aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2022-06-16 14:00:07 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2022-06-16 14:00:07 +0000
commit313746877ffef47bef6cfd5553bd845d5da42041 (patch)
tree935e30e4d758c5a079a81c4e1e989832652edb8e
parentabf70d69f37d12d76bc434eebbf91f2a03547f39 (diff)
downloadports-313746877ffef47bef6cfd5553bd845d5da42041.tar.gz
ports-313746877ffef47bef6cfd5553bd845d5da42041.zip
multimedia/py-moviepy: Update USES=python
math/py-numpy requires Python 3.8+
-rw-r--r--multimedia/py-moviepy/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/multimedia/py-moviepy/Makefile b/multimedia/py-moviepy/Makefile
index c98ded7fedc4..d3349d262977 100644
--- a/multimedia/py-moviepy/Makefile
+++ b/multimedia/py-moviepy/Makefile
@@ -20,7 +20,7 @@ RUN_DEPENDS= ffmpeg:multimedia/ffmpeg \
${PYTHON_PKGNAMEPREFIX}requests>=2.8.1<3.0:www/py-requests@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}tqdm>=4.11.2<5.0:misc/py-tqdm@${PY_FLAVOR} \
-USES= python:3.7+
+USES= python:3.8+
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes