py-openpyxl: add required py-cElementTree dependency
From Fekete, Zoltán in PR 52953.
This commit is contained in:
parent
10248d7765
commit
e83b9e8e63
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue