aboutsummaryrefslogtreecommitdiff
path: root/net-p2p
diff options
context:
space:
mode:
authorTobias C. Berner <tcberner@FreeBSD.org>2023-07-22 07:38:27 +0000
committerTobias C. Berner <tcberner@FreeBSD.org>2023-07-22 07:46:38 +0000
commitb28a739884e37c25bb57ea5f157252adb63065d3 (patch)
tree73d4c9e3ccdb6b0fb271ce8084faebb9c2214778 /net-p2p
parent7bb64b89d0e5ec8d77b28f8341269ffbad279ebf (diff)
downloadports-b28a739884e37c25bb57ea5f157252adb63065d3.tar.gz
ports-b28a739884e37c25bb57ea5f157252adb63065d3.zip
framework: convert tree to use USES=pycryptography
A future commit will update to security/py-cryptography will introduce a rust dependency. PR: 254853
Diffstat (limited to 'net-p2p')
-rw-r--r--net-p2p/reticulum/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/net-p2p/reticulum/Makefile b/net-p2p/reticulum/Makefile
index e44a3224c069..5f9305573cb8 100644
--- a/net-p2p/reticulum/Makefile
+++ b/net-p2p/reticulum/Makefile
@@ -10,11 +10,10 @@ WWW= https://reticulum.network/
LICENSE= MIT
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cryptography>0:security/py-cryptography@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}netifaces>=0:net/py-netifaces@${PY_FLAVOR} \
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}netifaces>=0:net/py-netifaces@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pyserial>0:comms/py-pyserial@${PY_FLAVOR}
-USES= python
+USES= python pycryptography:run
USE_PYTHON= distutils
USE_RC_SUBR= reticulum
GROUPS= _reticulum