summaryrefslogtreecommitdiff
path: root/net/py-impacket
diff options
context:
space:
mode:
authornia <nia@pkgsrc.org>2022-10-19 14:25:18 +0000
committernia <nia@pkgsrc.org>2022-10-19 14:25:18 +0000
commit53ecc4d90157aa0c296143896d09d4020fbc23f0 (patch)
tree91855cf21075376a24ce0cbd378987afd933e8fb /net/py-impacket
parentb63a4d4c6d13329b80405193f9f4395047d1c8dc (diff)
downloadpkgsrc-53ecc4d90157aa0c296143896d09d4020fbc23f0.tar.gz
fighting a losing battle against the py-cryptography rustification, part 5
Convert py-OpenSSL users to versioned_dependencies.mk
Diffstat (limited to 'net/py-impacket')
-rw-r--r--net/py-impacket/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/net/py-impacket/Makefile b/net/py-impacket/Makefile
index e9cb3cff7a2..794494248fb 100644
--- a/net/py-impacket/Makefile
+++ b/net/py-impacket/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2022/04/29 11:56:44 wiz Exp $
+# $NetBSD: Makefile,v 1.11 2022/10/19 14:25:19 nia Exp $
DISTNAME= impacket-0.9.24
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -11,7 +11,6 @@ HOMEPAGE= https://www.secureauth.com/labs/open-source-tools/impacket
COMMENT= Collection of Python classes for working with network protocols
LICENSE= apache-1.1
-DEPENDS+= ${PYPKGPREFIX}-OpenSSL>=0.16.2:../../security/py-OpenSSL
DEPENDS+= ${PYPKGPREFIX}-asn1>=0.2.3:../../security/py-asn1
DEPENDS+= ${PYPKGPREFIX}-chardet-[0-9]*:../../converters/py-chardet
DEPENDS+= ${PYPKGPREFIX}-cryptodome-[0-9]*:../../security/py-cryptodome
@@ -68,4 +67,6 @@ ticketer wmiexec wmipersist wmiquery
.endfor
.include "../../lang/python/egg.mk"
+PYTHON_VERSIONED_DEPENDENCIES+= OpenSSL
+.include "../../lang/python/versioned_dependencies.mk"
.include "../../mk/bsd.pkg.mk"