Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/py-xmlschema Needs pip



details:   https://anonhg.NetBSD.org/pkgsrc/rev/90f3c2e084af
branches:  trunk
changeset: 437599:90f3c2e084af
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Thu Aug 27 12:28:59 2020 +0000

description:
Needs pip

diffstat:

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

diffs (17 lines):

diff -r 954176c1c3e9 -r 90f3c2e084af textproc/py-xmlschema/Makefile
--- a/textproc/py-xmlschema/Makefile    Thu Aug 27 12:28:06 2020 +0000
+++ b/textproc/py-xmlschema/Makefile    Thu Aug 27 12:28:59 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2020/08/21 08:00:51 adam Exp $
+# $NetBSD: Makefile,v 1.12 2020/08/27 12:28:59 joerg Exp $
 
 DISTNAME=      xmlschema-1.2.3
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -10,6 +10,7 @@
 COMMENT=       XML Schema validator and decoder
 LICENSE=       mit
 
+TOOL_DEPENDS+= ${PYPKGPREFIX}-pip-[0-9]*:../../devel/py-pip
 DEPENDS+=      ${PYPKGPREFIX}-elementpath>=1.4.0:../../textproc/py-elementpath
 TEST_DEPENDS+= ${PYPKGPREFIX}-cElementTree-[0-9]*:../../textproc/py-cElementTree
 



Home | Main Index | Thread Index | Old Index