pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/textproc/py-jsonschema
Module Name: pkgsrc
Committed By: wiz
Date: Wed Apr 13 10:33:28 UTC 2022
Modified Files:
pkgsrc/textproc/py-jsonschema: Makefile
Log Message:
py-jsonschema: add missing build dependency on py-wheel
To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 pkgsrc/textproc/py-jsonschema/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-jsonschema/Makefile
diff -u pkgsrc/textproc/py-jsonschema/Makefile:1.22 pkgsrc/textproc/py-jsonschema/Makefile:1.23
--- pkgsrc/textproc/py-jsonschema/Makefile:1.22 Thu Apr 7 06:49:20 2022
+++ pkgsrc/textproc/py-jsonschema/Makefile Wed Apr 13 10:33:28 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2022/04/07 06:49:20 adam Exp $
+# $NetBSD: Makefile,v 1.23 2022/04/13 10:33:28 wiz Exp $
DISTNAME= jsonschema-4.4.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -11,6 +11,7 @@ COMMENT= Implementation of JSON Schema f
LICENSE= modified-bsd
BUILD_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm>=3.4:../../devel/py-setuptools_scm
+BUILD_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
DEPENDS+= ${PYPKGPREFIX}-attrs>=17.4.0:../../devel/py-attrs
DEPENDS+= ${PYPKGPREFIX}-pyrsistent>=0.17.3:../../devel/py-pyrsistent
TEST_DEPENDS+= ${PYPKGPREFIX}-twisted>0:../../net/py-twisted
Home |
Main Index |
Thread Index |
Old Index