mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
graphics/py-pytesseract: require py-pillow...
...and USE_PYTHON=concurrent. Reported by: kai@ PR: 256085
This commit is contained in:
parent
d15f0e6044
commit
2b87ac22b9
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user