summaryrefslogtreecommitdiff
path: root/math/py-kiwisolver
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2020-08-31 23:07:00 +0000
committerwiz <wiz@pkgsrc.org>2020-08-31 23:07:00 +0000
commit1342ea5d4e9f75a100fcde155396a6b634d2db7a (patch)
tree95091f0e1c112f56d844f0d6a7a55d9882abee3e /math/py-kiwisolver
parent7558ec01e87a54e7540aa0ca86781793741ee6a7 (diff)
downloadpkgsrc-1342ea5d4e9f75a100fcde155396a6b634d2db7a.tar.gz
*: switch to versioned_dependencies.mk for py-setuptools
Diffstat (limited to 'math/py-kiwisolver')
-rw-r--r--math/py-kiwisolver/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/math/py-kiwisolver/Makefile b/math/py-kiwisolver/Makefile
index 83b9c9eeaa0..34f17a26a1f 100644
--- a/math/py-kiwisolver/Makefile
+++ b/math/py-kiwisolver/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2019/06/15 18:54:41 adam Exp $
+# $NetBSD: Makefile,v 1.3 2020/08/31 23:07:03 wiz Exp $
DISTNAME= kiwisolver-1.1.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -10,9 +10,10 @@ HOMEPAGE= https://github.com/nucleic/kiwi
COMMENT= Fast implementation of the Cassowary constraint solver
LICENSE= modified-bsd
-DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
+PYTHON_VERSIONED_DEPENDENCIES+= setuptools
USE_LANGUAGES= c c++
.include "../../lang/python/egg.mk"
+.include "../../lang/python/versioned_dependencies.mk"
.include "../../mk/bsd.pkg.mk"