Use versioned_dependencies for py-OpenSSL.
This commit is contained in:
parent
c2764a328e
commit
6798bacf00
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue