summaryrefslogtreecommitdiff
path: root/security
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 /security
parenta2de7f39da324ec269b55d1dbcaaec0444e2f551 (diff)
downloadpkgsrc-7bea616b32487ebba0d6d7f21b7ed1f188542505.tar.gz
*: fix usage of versioned_dependencies
Remove unused includes, fix dependencies where it's not included.
Diffstat (limited to 'security')
-rw-r--r--security/py27-cryptography/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/security/py27-cryptography/Makefile b/security/py27-cryptography/Makefile
index b6cf0eecc3c..809b00d43f9 100644
--- a/security/py27-cryptography/Makefile
+++ b/security/py27-cryptography/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2022/04/21 10:48:49 wiz Exp $
+# $NetBSD: Makefile,v 1.2 2022/05/01 09:45:42 wiz Exp $
DISTNAME= cryptography-3.3.2
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -29,6 +29,5 @@ do-test:
cd ${WRKSRC} && pytest-${PYVERSSUFFIX}
.include "../../lang/python/egg.mk"
-.include "../../lang/python/versioned_dependencies.mk"
.include "../../security/openssl/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"