Skip to content

Commit aef4c53

Browse files
committed
py-deepdiff: fix tools
1 parent b522f45 commit aef4c53

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

textproc/py-deepdiff/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# $NetBSD: Makefile,v 1.23 2025/05/20 05:44:15 adam Exp $
1+
# $NetBSD: Makefile,v 1.24 2025/06/12 07:30:29 wiz Exp $
22

33
DISTNAME= deepdiff-8.5.0
44
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -10,7 +10,7 @@ HOMEPAGE= https://github.com/seperman/deepdiff
1010
COMMENT= Deep Difference and Search of any Python object/data
1111
LICENSE= mit
1212

13-
TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
13+
TOOL_DEPENDS+= ${PYPKGPREFIX}-flit_core>=0:../../devel/py-flit_core
1414
DEPENDS+= ${PYPKGPREFIX}-orderly-set>=5.4.1:../../devel/py-orderly-set
1515
# cli
1616
DEPENDS+= ${PYPKGPREFIX}-click>=8.1.0:../../devel/py-click

0 commit comments

Comments
 (0)