1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

graphics/py-pytesseract: require py-pillow...

...and USE_PYTHON=concurrent.

Reported by:	kai@
PR:		256085
This commit is contained in:
Matthias Andree 2021-06-04 23:49:49 +02:00
parent d15f0e6044
commit 2b87ac22b9

View File

@ -11,10 +11,11 @@ LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= tesseract:graphics/tesseract
RUN_DEPENDS= tesseract:graphics/tesseract \
${PYTHON_PKGNAMEPREFIX}pillow>0:graphics/py-pillow@${PY_FLAVOR}
USES= localbase python:3.4+
USE_PYTHON= autoplist distutils
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes