diff options
author | markd <markd@pkgsrc.org> | 2018-05-02 10:53:26 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2018-05-02 10:53:26 +0000 |
commit | 72b84544156bb6cb7d93fe1affdcbb0ada1c35f9 (patch) | |
tree | 118c36112eda963e194d7479280282fcf68eeb63 /textproc | |
parent | 2790d1caae64bd6e0c1fefb4fe40d838e2d92169 (diff) | |
download | pkgsrc-72b84544156bb6cb7d93fe1affdcbb0ada1c35f9.tar.gz |
py-openpyxl: remove et_xmlfile from requires.txt
et_xmlfile is only used if lxml isn't and we have dependency on py-lxml
so remove from requires.txt to keep pip happy.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/py-openpyxl/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/textproc/py-openpyxl/Makefile b/textproc/py-openpyxl/Makefile index 78527e39035..2e3edb18eb0 100644 --- a/textproc/py-openpyxl/Makefile +++ b/textproc/py-openpyxl/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.9 2018/04/23 12:01:48 adam Exp $ +# $NetBSD: Makefile,v 1.10 2018/05/02 10:53:26 markd Exp $ DISTNAME= openpyxl-2.5.3 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} +PKGREVISION= 1 CATEGORIES= textproc python MASTER_SITES= ${MASTER_SITE_PYPI:=o/openpyxl/} @@ -16,6 +17,11 @@ DEPENDS+= ${PYPKGPREFIX}-lxml-[0-9]*:../../textproc/py-lxml USE_LANGUAGES= # none +SUBST_CLASSES+= requires +SUBST_STAGE.requires= post-install +SUBST_FILES.requires= ${DESTDIR}${PREFIX}/${PYSITELIB}/${EGG_INFODIR}/requires.txt +SUBST_SED.requires= -e '/et_xmlfile/d' + post-extract: ${RM} ${WRKSRC}/openpyxl.egg-info/.DS_Store |