pkgsrc-Changes archive

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

CVS commit: pkgsrc/finance/electrum



Module Name:    pkgsrc
Committed By:   wiz
Date:           Thu Nov 25 08:51:23 UTC 2021

Modified Files:
        pkgsrc/finance/electrum: Makefile

Log Message:
electrum: remove upper bound to fix bulk build


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/finance/electrum/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/finance/electrum/Makefile
diff -u pkgsrc/finance/electrum/Makefile:1.8 pkgsrc/finance/electrum/Makefile:1.9
--- pkgsrc/finance/electrum/Makefile:1.8        Mon Nov  8 16:40:37 2021
+++ pkgsrc/finance/electrum/Makefile    Thu Nov 25 08:51:23 2021
@@ -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}-protobuf>=3.12:
 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