pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/py-asyncssh Use versioned_dependencies for py...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1c48ee70f909
branches:  trunk
changeset: 388999:1c48ee70f909
user:      nia <nia%pkgsrc.org@localhost>
date:      Mon Nov 28 19:08:42 2022 +0000

description:
Use versioned_dependencies for py-OpenSSL.

diffstat:

 security/py-asyncssh/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (25 lines):

diff -r a839abde1405 -r 1c48ee70f909 security/py-asyncssh/Makefile
--- a/security/py-asyncssh/Makefile     Mon Nov 28 19:07:52 2022 +0000
+++ b/security/py-asyncssh/Makefile     Mon Nov 28 19:08:42 2022 +0000
@@ -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 @@
 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 @@
 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"



Home | Main Index | Thread Index | Old Index