summaryrefslogtreecommitdiff
path: root/finance/electrum
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 /finance/electrum
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 'finance/electrum')
-rw-r--r--finance/electrum/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/finance/electrum/Makefile b/finance/electrum/Makefile
index 196dafd205cd..87bd050f78ce 100644
--- a/finance/electrum/Makefile
+++ b/finance/electrum/Makefile
@@ -19,7 +19,6 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}aiohttp-socks>=0.3:net/py-aiohttp-socks@${PY
${PYTHON_PKGNAMEPREFIX}attrs>=19.2.0:devel/py-attrs@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}bitstring>0:devel/py-bitstring@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}certifi>0:security/py-certifi@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}cryptography>=2.6:security/py-cryptography@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}dnspython>=2.0:dns/py-dnspython@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}httplib2>=0:www/py-httplib2@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}jsonrpclib-pelix>0:devel/py-jsonrpclib-pelix@${PY_FLAVOR} \
@@ -31,7 +30,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}aiohttp-socks>=0.3:net/py-aiohttp-socks@${PY
${PYTHON_PKGNAMEPREFIX}secp256k1>0:math/py-secp256k1@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}sqlite3>=3.7.9:databases/py-sqlite3@${PY_FLAVOR}
-USES= cpe python shebangfix
+USES= cpe python pycryptography:run shebangfix
USE_PYTHON= autoplist concurrent distutils
PYDISTUTILS_PKGNAME= Electrum