diff options
Diffstat (limited to 'graphics/py-easyocr/Makefile')
| -rw-r--r-- | graphics/py-easyocr/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/py-easyocr/Makefile b/graphics/py-easyocr/Makefile index f91cc1fc8ee5..8cc14144da26 100644 --- a/graphics/py-easyocr/Makefile +++ b/graphics/py-easyocr/Makefile @@ -1,7 +1,7 @@ PORTNAME= easyocr DISTVERSIONPREFIX= v DISTVERSION= 1.7.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics python #MASTER_SITES= PYPI # no tarball PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -15,7 +15,7 @@ LICENSE= GPLv3 USES= python USE_PYTHON= distutils autoplist pytest -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy1>=1.16:math/py-numpy1@${PY_FLAVOR} \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=1.16:math/py-numpy@${PY_FLAVOR} \ opencv>0:graphics/opencv \ ${PYTHON_PKGNAMEPREFIX}pillow>0:graphics/py-pillow@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pyclipper>0:math/py-pyclipper@${PY_FLAVOR} \ |
