MFH: r553328
Add missing dependency. PR: 250594 Submitted by: olevole@olevole.ru Approved by: portmgr (fix blanket)
This commit is contained in:
parent
b5d4e864d9
commit
f96e5b58c1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/branches/2020Q4/; revision=553330
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= electrum
|
||||
PORTVERSION= 4.0.3
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= finance python
|
||||
MASTER_SITES= https://download.electrum.org/${PORTVERSION}/ \
|
||||
http://download.electrum.org/${PORTVERSION}/
|
||||
@ -33,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
|
||||
|
Loading…
Reference in New Issue
Block a user