pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/py-openpyxl py-openpyxl: add required py-cEle...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/23fd41e71cf1
branches:  trunk
changeset: 374666:23fd41e71cf1
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sat Jan 27 08:35:58 2018 +0000

description:
py-openpyxl: add required py-cElementTree dependency

>From Fekete, Zolt?n in PR 52953.

diffstat:

 textproc/py-openpyxl/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (21 lines):

diff -r c87121eebfc5 -r 23fd41e71cf1 textproc/py-openpyxl/Makefile
--- a/textproc/py-openpyxl/Makefile     Sat Jan 27 08:20:45 2018 +0000
+++ b/textproc/py-openpyxl/Makefile     Sat Jan 27 08:35:58 2018 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.4 2017/10/30 10:10:20 adam Exp $
+# $NetBSD: Makefile,v 1.5 2018/01/27 08:35:58 wiz Exp $
 
 DISTNAME=      openpyxl-2.4.9
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+PKGREVISION=   1
 CATEGORIES=    textproc python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=o/openpyxl/}
 
@@ -10,6 +11,7 @@
 COMMENT=       Python library to read/write Excel 2007 xlsx/xlsm files
 LICENSE=       mit
 
+DEPENDS+=      ${PYPKGPREFIX}-cElementTree-[0-9]*:../../textproc/py-cElementTree
 DEPENDS+=      ${PYPKGPREFIX}-lxml-[0-9]*:../../textproc/py-lxml
 DEPENDS+=      ${PYPKGPREFIX}-jdcal-[0-9]*:../../time/py-jdcal
 



Home | Main Index | Thread Index | Old Index