Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 25 Feb 2023 14:45:26 GMT
From:      Carlo Strub <cs@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 38b4281d1bd8 - main - net-p2p/reticulum: Add additional run dependencies
Message-ID:  <202302251445.31PEjQ1l001308@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by cs:

URL: https://cgit.FreeBSD.org/ports/commit/?id=38b4281d1bd8fe4a008fb78602430b60200e7570

commit 38b4281d1bd8fe4a008fb78602430b60200e7570
Author:     Carlo Strub <cs@FreeBSD.org>
AuthorDate: 2023-02-25 14:45:06 +0000
Commit:     Carlo Strub <cs@FreeBSD.org>
CommitDate: 2023-02-25 14:45:06 +0000

    net-p2p/reticulum: Add additional run dependencies
---
 net-p2p/reticulum/Makefile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/net-p2p/reticulum/Makefile b/net-p2p/reticulum/Makefile
index 04db957b30f5..0087698f0e48 100644
--- a/net-p2p/reticulum/Makefile
+++ b/net-p2p/reticulum/Makefile
@@ -10,7 +10,9 @@ WWW=		https://reticulum.network/
 
 LICENSE=	MIT
 
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}netifaces>=0:net/py-netifaces@${PY_FLAVOR}
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}cryptography>0:security/py-cryptography@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}netifaces>=0:net/py-netifaces@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}pyserial>0:comms/py-pyserial@${PY_FLAVOR}
 
 USES=		python:3.4+
 USE_PYTHON=	distutils



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202302251445.31PEjQ1l001308>