py-openpyxl: add required py-cElementTree dependency

From Fekete, Zoltán in PR 52953.
This commit is contained in:
wiz 2018-01-27 08:35:58 +00:00
parent 10248d7765
commit e83b9e8e63

View file

@ -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 @@ HOMEPAGE= http://openpyxl.readthedocs.io/
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