pkgsrc-WIP-changes archive

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

py-jsonpatch: add dependency on py-jsonpointer.



Module Name:	pkgsrc-wip
Committed By:	Havard Eidnes <he%NetBSD.org@localhost>
Pushed By:	he
Date:		Sun Feb 5 16:07:04 2023 +0000
Changeset:	325837378d2df350ec7c24502a46d753d2be2d91

Modified Files:
	py-jsonpatch/Makefile

Log Message:
py-jsonpatch: add dependency on py-jsonpointer.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=325837378d2df350ec7c24502a46d753d2be2d91

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

diffstat:
 py-jsonpatch/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diffs:
diff --git a/py-jsonpatch/Makefile b/py-jsonpatch/Makefile
index f1243036ad..d06cb34851 100644
--- a/py-jsonpatch/Makefile
+++ b/py-jsonpatch/Makefile
@@ -10,5 +10,7 @@ HOMEPAGE=	https://github.com/stefankoegl/python-json-patch
 COMMENT=	Apply JSON Patches according to RFC 6902
 LICENSE=	modified-bsd
 
+DEPENDS+=	${PYPKGPREFIX}-jsonpointer>=0.19:../../wip/py-jsonpointer
+
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"


Home | Main Index | Thread Index | Old Index