Skip to content

Commit

Permalink
Add missing dependency.
Browse files Browse the repository at this point in the history
PR:		250594
Submitted by:	[email protected]
MFH:		2020Q4 (blanket)
  • Loading branch information
ehaupt authored and ericbsd committed Nov 2, 2020
1 parent 370c95d commit 32e9de2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion finance/electrum/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

PORTNAME= electrum
PORTVERSION= 4.0.4
PORTREVISION= 1
CATEGORIES= finance python
MASTER_SITES= https://download.electrum.org/${PORTVERSION}/ \
http://download.electrum.org/${PORTVERSION}/
Expand Down Expand Up @@ -32,7 +33,8 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}aiohttp-socks>=0.3:net/py-aiohttp-socks@${PY
${PYTHON_PKGNAMEPREFIX}pycryptodomex>0:security/py-pycryptodomex@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}secp256k1>0:math/py-secp256k1@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}bitstring>0:devel/py-bitstring@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}attrs>=19.2.0:devel/py-attrs@${PY_FLAVOR}
${PYTHON_PKGNAMEPREFIX}attrs>=19.2.0:devel/py-attrs@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}sqlite3>=3.7.9:databases/py-sqlite3@${PY_FLAVOR}

USES= python:3.7+
USE_PYTHON= autoplist concurrent distutils
Expand Down

0 comments on commit 32e9de2

Please sign in to comment.