summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornia <nia@pkgsrc.org>2022-11-28 19:08:42 +0000
committernia <nia@pkgsrc.org>2022-11-28 19:08:42 +0000
commit2f0465ab0ccce0f4c7c0c35bbe2b622087d82301 (patch)
treebba458b0b3591ced52c3de7c9a5f81954de36f18
parent473ed613ac610e67a84ef9d536a95651f92eccc8 (diff)
downloadpkgsrc-2f0465ab0ccce0f4c7c0c35bbe2b622087d82301.tar.gz
Use versioned_dependencies for py-OpenSSL.
-rw-r--r--security/py-asyncssh/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/py-asyncssh/Makefile b/security/py-asyncssh/Makefile
index 72a722a893b..c466252fe3a 100644
--- a/security/py-asyncssh/Makefile
+++ b/security/py-asyncssh/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.33 2022/10/19 13:56:32 nia Exp $
+# $NetBSD: Makefile,v 1.34 2022/11/28 19:08:42 nia Exp $
DISTNAME= asyncssh-2.12.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -10,7 +10,6 @@ HOMEPAGE= https://asyncssh.readthedocs.io/
COMMENT= Asynchronous SSHv2 client and server library
LICENSE= eclipse-license
-DEPENDS+= ${PYPKGPREFIX}-OpenSSL>=17.0.0:../../security/py-OpenSSL
DEPENDS+= ${PYPKGPREFIX}-bcrypt>=3.1.3:../../security/py-bcrypt
DEPENDS+= ${PYPKGPREFIX}-gssapi>=1.2.0:../../security/py-gssapi
DEPENDS+= ${PYPKGPREFIX}-typing-extensions>=3.6:../../devel/py-typing-extensions
@@ -18,6 +17,7 @@ DEPENDS+= ${PYPKGPREFIX}-typing-extensions>=3.6:../../devel/py-typing-extensions
PYTHON_VERSIONS_INCOMPATIBLE= 27
.include "../../lang/python/egg.mk"
+PYTHON_VERSIONED_DEPENDENCIES+= OpenSSL
PYTHON_VERSIONED_DEPENDENCIES+= cryptography
.include "../../lang/python/versioned_dependencies.mk"
.include "../../mk/bsd.pkg.mk"