From 61133d19637e554ea1abb97fa2e3e62efaa5a13f Mon Sep 17 00:00:00 2001 From: wiz Date: Mon, 3 Jul 2023 13:06:52 +0000 Subject: [PATCH] py-axolotl: fix DEPENDS line --- chat/py-axolotl/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/chat/py-axolotl/Makefile b/chat/py-axolotl/Makefile index c919941f2127..fab92e3ffdbf 100644 --- a/chat/py-axolotl/Makefile +++ b/chat/py-axolotl/Makefile @@ -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"