pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/finance/electrum electrum: remove upper bound to fix b...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b39a5397ff64
branches:  trunk
changeset: 770109:b39a5397ff64
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Thu Nov 25 08:51:23 2021 +0000

description:
electrum: remove upper bound to fix bulk build

diffstat:

 finance/electrum/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r edc8c7f2968d -r b39a5397ff64 finance/electrum/Makefile
--- a/finance/electrum/Makefile Thu Nov 25 08:20:14 2021 +0000
+++ b/finance/electrum/Makefile Thu Nov 25 08:51:23 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2021/11/08 16:40:37 cirnatdan Exp $
+# $NetBSD: Makefile,v 1.9 2021/11/25 08:51:23 wiz Exp $
 
 VERSION=       4.1.5
 DISTNAME=      Electrum-${VERSION}
@@ -22,7 +22,7 @@
 DEPENDS+=      ${PYPKGPREFIX}-dns<2.0:../../net/py-dns
 # Seems to work without qdarkstyle? Commented out as it's currently not packaged
 #DEPENDS+=     ${PYPKGPREFIX}-qdarkstyle<2.9:../../
-DEPENDS+=      ${PYPKGPREFIX}-aiorpcX>0.18<0.19:../../net/py-aiorpcX
+DEPENDS+=      ${PYPKGPREFIX}-aiorpcX>0.18:../../net/py-aiorpcX
 DEPENDS+=      ${PYPKGPREFIX}-aiohttp>=3.3.0<4.0.0:../../www/py-aiohttp
 DEPENDS+=      ${PYPKGPREFIX}-aiohttp-socks>=0.3:../../www/py-aiohttp-socks
 DEPENDS+=      ${PYPKGPREFIX}-certifi-[0-9]*:../../security/py-certifi



Home | Main Index | Thread Index | Old Index