pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/py-asyncssh



Module Name:    pkgsrc
Committed By:   nia
Date:           Mon Nov 28 19:08:42 UTC 2022

Modified Files:
        pkgsrc/security/py-asyncssh: Makefile

Log Message:
Use versioned_dependencies for py-OpenSSL.


To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 pkgsrc/security/py-asyncssh/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/security/py-asyncssh/Makefile
diff -u pkgsrc/security/py-asyncssh/Makefile:1.33 pkgsrc/security/py-asyncssh/Makefile:1.34
--- pkgsrc/security/py-asyncssh/Makefile:1.33   Wed Oct 19 13:56:32 2022
+++ pkgsrc/security/py-asyncssh/Makefile        Mon Nov 28 19:08:42 2022
@@ -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.i
 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-extensio
 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