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:   wiz
Date:           Tue Nov 14 23:59:23 UTC 2023

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

Log Message:
py-xmlschema: add missing setuptools tool


To generate a diff of this commit:
cvs rdiff -u -r1.49 -r1.50 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.49 pkgsrc/textproc/py-xmlschema/Makefile:1.50
--- pkgsrc/textproc/py-xmlschema/Makefile:1.49  Sun Nov  5 11:03:41 2023
+++ pkgsrc/textproc/py-xmlschema/Makefile       Tue Nov 14 23:59:23 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.49 2023/11/05 11:03:41 wiz Exp $
+# $NetBSD: Makefile,v 1.50 2023/11/14 23:59:23 wiz Exp $
 
 DISTNAME=      xmlschema-2.5.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -11,6 +11,7 @@ HOMEPAGE=     https://github.com/brunato/xml
 COMMENT=       XML Schema validator and decoder
 LICENSE=       mit
 
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
 TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
 DEPENDS+=      ${PYPKGPREFIX}-elementpath>=4.1.5:../../textproc/py-elementpath
 



Home | Main Index | Thread Index | Old Index