security/howdy: Fix build with python-3.11

PR:		276052
Reported by:	wen
Approved by:	maintainer
This commit is contained in:
Wen Heping 2024-01-01 14:01:30 +00:00
parent 47564762a3
commit beaad09b1d
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ RUN_DEPENDS= opencv>0:graphics/opencv \
${PYTHON_PKGNAMEPREFIX}numpy>0:math/py-numpy@${PY_FLAVOR} \
${LOCALBASE}/share/dlib-models/shape_predictor_5_face_landmarks.dat:misc/dlib-models
USES= python:3.8-3.10,run shebangfix
USES= python:run shebangfix
USE_GITHUB= yes
GH_ACCOUNT= boltgolt