diff options
-rw-r--r-- | graphics/py-face_recognition_models/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/py-face_recognition_models/Makefile b/graphics/py-face_recognition_models/Makefile index 18fb832eee6c..988b973bb7e1 100644 --- a/graphics/py-face_recognition_models/Makefile +++ b/graphics/py-face_recognition_models/Makefile @@ -1,6 +1,6 @@ PORTNAME= face_recognition_models PORTVERSION= 0.3.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics python devel MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,6 +12,8 @@ WWW= https://pypi.org/project/face_recognition_models/ LICENSE= CC0-1.0 LICENSE_FILE= ${WRKSRC}/LICENSE +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} + USES= python USE_PYTHON= autoplist distutils |