From 32e9de2c4cfee499792f720fb625eda849ca9b31 Mon Sep 17 00:00:00 2001 From: ehaupt Date: Mon, 26 Oct 2020 09:43:22 +0000 Subject: [PATCH] Add missing dependency. PR: 250594 Submitted by: olevole@olevole.ru MFH: 2020Q4 (blanket) --- finance/electrum/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/finance/electrum/Makefile b/finance/electrum/Makefile index 2dd0e361de53..0208c330cbf0 100644 --- a/finance/electrum/Makefile +++ b/finance/electrum/Makefile @@ -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}/ @@ -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