summaryrefslogtreecommitdiff
path: root/math/py-infinity
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2022-05-01 09:45:41 +0000
committerwiz <wiz@pkgsrc.org>2022-05-01 09:45:41 +0000
commit7bea616b32487ebba0d6d7f21b7ed1f188542505 (patch)
treec1bc4b00f242b30e39f2590810a148ee7c753655 /math/py-infinity
parenta2de7f39da324ec269b55d1dbcaaec0444e2f551 (diff)
downloadpkgsrc-7bea616b32487ebba0d6d7f21b7ed1f188542505.tar.gz
*: fix usage of versioned_dependencies
Remove unused includes, fix dependencies where it's not included.
Diffstat (limited to 'math/py-infinity')
-rw-r--r--math/py-infinity/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/math/py-infinity/Makefile b/math/py-infinity/Makefile
index 577ac0cbd39..a769941817f 100644
--- a/math/py-infinity/Makefile
+++ b/math/py-infinity/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2022/01/04 20:54:13 wiz Exp $
+# $NetBSD: Makefile,v 1.9 2022/05/01 09:45:42 wiz Exp $
DISTNAME= infinity-1.5
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -25,5 +25,4 @@ do-test:
cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX}
.include "../../lang/python/egg.mk"
-.include "../../lang/python/versioned_dependencies.mk"
.include "../../mk/bsd.pkg.mk"