Skip to content

Commit

Permalink
security/howdy: limit python upper version to 3.10 (+)
Browse files Browse the repository at this point in the history
Limit is apply via science/py-dlib which is currently not supported Python 3.11+

Reported by:	poudriere bulk -t
Approved by:	portmgr blanket
  • Loading branch information
fluffykhv committed Apr 3, 2023
1 parent da1b7b9 commit 0644af4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion security/howdy/Makefile
Expand Up @@ -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
Expand Down

0 comments on commit 0644af4

Please sign in to comment.