summaryrefslogtreecommitdiff
path: root/security/py-python-axolotl
diff options
context:
space:
mode:
authorTobias C. Berner <tcberner@FreeBSD.org>2023-07-22 09:38:27 +0200
committerTobias C. Berner <tcberner@FreeBSD.org>2023-07-22 09:46:38 +0200
commitb28a739884e37c25bb57ea5f157252adb63065d3 (patch)
tree73d4c9e3ccdb6b0fb271ce8084faebb9c2214778 /security/py-python-axolotl
parentframework: add Mk/Uses/pycryptography (diff)
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 'security/py-python-axolotl')
-rw-r--r--security/py-python-axolotl/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/security/py-python-axolotl/Makefile b/security/py-python-axolotl/Makefile
index 90b7448dd1c6..f4cfa2b184c9 100644
--- a/security/py-python-axolotl/Makefile
+++ b/security/py-python-axolotl/Makefile
@@ -10,11 +10,10 @@ WWW= https://github.com/tgalal/python-axolotl
LICENSE= GPLv3
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cryptography>0:security/py-cryptography@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}python-axolotl-curve25519>=0:security/py-python-axolotl-curve25519@${PY_FLAVOR} \
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}python-axolotl-curve25519>=0:security/py-python-axolotl-curve25519@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}protobuf>=3.0:devel/py-protobuf@${PY_FLAVOR}
-USES= python
+USES= python pycryptography:run
USE_PYTHON= autoplist distutils
NO_ARCH= yes