py-axolotl: fix DEPENDS line

This commit is contained in:
wiz 2023-07-03 13:06:52 +00:00
parent 9bd1312180
commit 61133d1963

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.3 2022/01/04 20:52:36 wiz Exp $
# $NetBSD: Makefile,v 1.4 2023/07/03 13:06:52 wiz Exp $
DISTNAME= python-axolotl-0.2.3
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/python-//}
@ -12,12 +12,12 @@ COMMENT= Python port of the ratcheting forward secrecy protocol
LICENSE= gnu-gpl-v3
DEPENDS+= ${PYPKGPREFIX}-axolotl-curve25519>=0.4.1:../../chat/py-axolotl-curve25519
DEPENDS+= ${PYPKGPREFIX}-cryptography-[0-9]*:../../devel/py-protobuf
DEPENDS+= ${PYPKGPREFIX}-cryptography-[0-9]*:../../security/py-cryptography
DEPENDS+= ${PYPKGPREFIX}-protobuf>=3.0.0:../../devel/py-protobuf
USE_LANGUAGES= # none
PYTHON_VERSIONS_INCOMPATIBLE= 27 # py-protobuf
PYTHON_VERSIONS_INCOMPATIBLE= 27 # py-protobuf
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"