pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

py-beampy: Depend on py-Pillow



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Sat Feb 25 09:59:16 2017 +0100
Changeset:	a3378c95a25021cb1e1c918837056ce99707c743

Modified Files:
	py-beampy/Makefile

Log Message:
py-beampy: Depend on py-Pillow

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=a3378c95a25021cb1e1c918837056ce99707c743

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 py-beampy/Makefile | 1 +
 1 file changed, 1 insertion(+)

diffs:
diff --git a/py-beampy/Makefile b/py-beampy/Makefile
index e4219dcc7d..24e69eaaa7 100644
--- a/py-beampy/Makefile
+++ b/py-beampy/Makefile
@@ -18,6 +18,7 @@ EXTRACT_USING=	bsdtar
 WRKSRC=		${WRKDIR}/beampy-${GITHUB_TAG}/
 
 DEPENDS+=	${PYPKGPREFIX}-beautifulsoup4-[0-9]*:../../www/py-beautifulsoup4
+DEPENDS+=	${PYPKGPREFIX}-Pillow-[0-9]*:../../graphics/py-Pillow
 
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"


Home | Main Index | Thread Index | Old Index