Source-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: fix previous (wr...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/411b13ed1334
branches:  trunk
changeset: 438115:411b13ed1334
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Fri Sep 04 20:34:30 2020 +0000

description:
py-jsonschema: fix previous (wrong dependency replaced)

diffstat:

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

diffs (20 lines):

diff -r 72e1cdae4e10 -r 411b13ed1334 textproc/py-jsonschema/Makefile
--- a/textproc/py-jsonschema/Makefile   Fri Sep 04 20:34:11 2020 +0000
+++ b/textproc/py-jsonschema/Makefile   Fri Sep 04 20:34:30 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2020/08/31 23:07:06 wiz Exp $
+# $NetBSD: Makefile,v 1.16 2020/09/04 20:34:30 wiz Exp $
 
 DISTNAME=      jsonschema-3.2.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -10,9 +10,9 @@
 COMMENT=       Implementation of JSON Schema for Python
 LICENSE=       modified-bsd
 
+BUILD_DEPENDS+=        ${PYPKGPREFIX}-setuptools_scm-[0-9]*:../../devel/py-setuptools_scm
 DEPENDS+=      ${PYPKGPREFIX}-attrs>=17.4.0:../../devel/py-attrs
 DEPENDS+=      ${PYPKGPREFIX}-pyrsistent>=0.14.0:../../devel/py-pyrsistent
-DEPENDS+=      ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
 DEPENDS+=      ${PYPKGPREFIX}-six>=1.11.0:../../lang/py-six
 TEST_DEPENDS+= ${PYPKGPREFIX}-twisted-[0-9]*:../../net/py-twisted
 



Home | Main Index | Thread Index | Old Index