aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDima Panov <fluffy@FreeBSD.org>2023-04-03 21:33:14 +0000
committerDima Panov <fluffy@FreeBSD.org>2023-04-03 21:33:14 +0000
commit0644af413974399a1fe1253ae112a4560d013ca5 (patch)
treeb2c7f9c404c8b06d432ef79b6566da8274a7374d
parentda1b7b9e7d603b22419ac8dc2a32d5a71c8db07e (diff)
downloadports-0644af413974399a1fe1253ae112a4560d013ca5.tar.gz
ports-0644af413974399a1fe1253ae112a4560d013ca5.zip
security/howdy: limit python upper version to 3.10 (+)
Limit is apply via science/py-dlib which is currently not supported Python 3.11+ Reported by: poudriere bulk -t Approved by: portmgr blanket
-rw-r--r--security/howdy/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/howdy/Makefile b/security/howdy/Makefile
index 4b9e328c4b81..f9c91d856fb0 100644
--- a/security/howdy/Makefile
+++ b/security/howdy/Makefile
@@ -14,7 +14,7 @@ RUN_DEPENDS= opencv>0:graphics/opencv \
${PYTHON_PKGNAMEPREFIX}dlib>0:science/py-dlib@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}numpy>0:math/py-numpy@${PY_FLAVOR}
-USES= python:run shebangfix
+USES= python:3.7-3.10,run shebangfix
USE_GITHUB= yes
GH_ACCOUNT= boltgolt