diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2024-04-09 20:07:26 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2024-04-09 20:07:26 +0000 |
commit | 91d3badef8f2b9f4ee96f4403d6eee08cbeb5da8 (patch) | |
tree | 1f3fec10f8b1b5864af33fdeb63dca01de3d0cdc | |
parent | f1cceeacf8d1586f6432e68ea10dbf614d5fed05 (diff) | |
download | ports-91d3badef8f2b9f4ee96f4403d6eee08cbeb5da8.tar.gz ports-91d3badef8f2b9f4ee96f4403d6eee08cbeb5da8.zip |
finance/electrum: Fix runtime issue
Adjust the dependency to use the latest supported version of py-aiorpcX,
which is version 0.22.0.
-rw-r--r-- | finance/electrum/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/finance/electrum/Makefile b/finance/electrum/Makefile index fd20a791e62a..0d9f797c5133 100644 --- a/finance/electrum/Makefile +++ b/finance/electrum/Makefile @@ -1,5 +1,6 @@ PORTNAME= electrum -PORTVERSION= 4.5.4 +DISTVERSION= 4.5.4 +PORTREVISION= 1 CATEGORIES= finance python MASTER_SITES= https://download.electrum.org/${PORTVERSION}/ \ http://download.electrum.org/${PORTVERSION}/ @@ -15,7 +16,7 @@ LICENSE_FILE= ${WRKSRC}/LICENCE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}aiohttp-socks>=0.3:net/py-aiohttp-socks@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}aiohttp>=3.3.0:www/py-aiohttp@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}aiorpcX>=0.22.0:devel/py-aiorpcX@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}aiorpcX-legacy<=0.22.0:devel/py-aiorpcX-legacy@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}attrs>=20.1.0:devel/py-attrs@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}bitstring>0:devel/py-bitstring@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}certifi>0:security/py-certifi@${PY_FLAVOR} \ |