pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/py-xmlschema



Module Name:    pkgsrc
Committed By:   joerg
Date:           Thu Aug 27 12:28:59 UTC 2020

Modified Files:
        pkgsrc/textproc/py-xmlschema: Makefile

Log Message:
Needs pip


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/textproc/py-xmlschema/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/textproc/py-xmlschema/Makefile
diff -u pkgsrc/textproc/py-xmlschema/Makefile:1.11 pkgsrc/textproc/py-xmlschema/Makefile:1.12
--- pkgsrc/textproc/py-xmlschema/Makefile:1.11  Fri Aug 21 08:00:51 2020
+++ pkgsrc/textproc/py-xmlschema/Makefile       Thu Aug 27 12:28:59 2020
@@ -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 @@ HOMEPAGE=     https://github.com/brunato/xml
 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