summaryrefslogtreecommitdiff
path: root/graphics/py-Pillow
diff options
context:
space:
mode:
authorleot <leot>2017-01-31 14:08:06 +0000
committerleot <leot>2017-01-31 14:08:06 +0000
commit14b48efb0b5b4bee92bd9566ae2d8fd30b59d991 (patch)
tree887bb410a115aaaddfcd4c49934f1eef4451012b /graphics/py-Pillow
parent8d043ef35e0c5f3fc8fda02f6fd9a35ed15de467 (diff)
downloadpkgsrc-14b48efb0b5b4bee92bd9566ae2d8fd30b59d991.tar.gz
Pillow>=4.0.0 needs olefile module, add it to DEPENDS.
From Pillow-4.0.0 changelog: - Remove vendored version of olefile Python package in favor of upstream #2199 [jdufresne] Bump PKGREVISION
Diffstat (limited to 'graphics/py-Pillow')
-rw-r--r--graphics/py-Pillow/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/graphics/py-Pillow/Makefile b/graphics/py-Pillow/Makefile
index 0e71a397e22..c6f7ce20ff4 100644
--- a/graphics/py-Pillow/Makefile
+++ b/graphics/py-Pillow/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.30 2017/01/29 12:46:45 adam Exp $
+# $NetBSD: Makefile,v 1.31 2017/01/31 14:08:06 leot Exp $
DISTNAME= Pillow-4.0.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+PKGREVISION= 1
CATEGORIES= graphics python
MASTER_SITES= ${MASTER_SITE_PYPI:=P/Pillow/}
@@ -12,6 +13,8 @@ LICENSE= hpnd
CONFLICTS+= ${PYPKGPREFIX}-imaging-[0-9]*
+DEPENDS+= ${PYPKGPREFIX}-olefile-*:../../devel/py-olefile
+
SUBST_CLASSES+= fix-path
SUBST_MESSAGE.fix-path= Fixing paths.
SUBST_STAGE.fix-path= pre-configure