Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 4 Jun 2021 21:52:36 GMT
From:      Matthias Andree <mandree@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 2b87ac22b9c9 - main - graphics/py-pytesseract: require py-pillow...
Message-ID:  <202106042152.154Lqa62024348@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by mandree:

URL: https://cgit.FreeBSD.org/ports/commit/?id=2b87ac22b9c9400755350a9f05f34a380d73db9d

commit 2b87ac22b9c9400755350a9f05f34a380d73db9d
Author:     Matthias Andree <mandree@FreeBSD.org>
AuthorDate: 2021-06-04 21:49:49 +0000
Commit:     Matthias Andree <mandree@FreeBSD.org>
CommitDate: 2021-06-04 21:50:58 +0000

    graphics/py-pytesseract: require py-pillow...
    
    ...and USE_PYTHON=concurrent.
    
    Reported by:    kai@
    PR:             256085
---
 graphics/py-pytesseract/Makefile | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/graphics/py-pytesseract/Makefile b/graphics/py-pytesseract/Makefile
index ade2595f0a60..df1dc4445bd9 100644
--- a/graphics/py-pytesseract/Makefile
+++ b/graphics/py-pytesseract/Makefile
@@ -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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202106042152.154Lqa62024348>