pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/py-jsonschema py-jsonschema: add missing buil...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/41a2c4b58ae6
branches:  trunk
changeset: 376783:41a2c4b58ae6
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed Apr 13 10:33:28 2022 +0000

description:
py-jsonschema: add missing build dependency on py-wheel

diffstat:

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

diffs (17 lines):

diff -r 8c1ceb43756c -r 41a2c4b58ae6 textproc/py-jsonschema/Makefile
--- a/textproc/py-jsonschema/Makefile   Wed Apr 13 10:20:13 2022 +0000
+++ b/textproc/py-jsonschema/Makefile   Wed Apr 13 10:33:28 2022 +0000
@@ -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 @@
 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