summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-04-09 08:02:51 +0200
committerMichał Górny <mgorny@gentoo.org>2023-04-09 08:08:36 +0200
commit0a419eed25c34586dab65405583ff84120d27aae (patch)
tree2f5886fdf65e1427761dbfdce1aa36c7d30ec19d /net-misc/electrum
parentdev-python/shellingham: Bump to 1.5.1 (diff)
downloadgentoo-0a419eed25c34586dab65405583ff84120d27aae.tar.gz
gentoo-0a419eed25c34586dab65405583ff84120d27aae.tar.bz2
gentoo-0a419eed25c34586dab65405583ff84120d27aae.zip
net-misc/electrum: Remove upper bounds from deps
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'net-misc/electrum')
-rw-r--r--net-misc/electrum/electrum-4.3.4-r1.ebuild (renamed from net-misc/electrum/electrum-4.3.4.ebuild)3
1 files changed, 3 insertions, 0 deletions
diff --git a/net-misc/electrum/electrum-4.3.4.ebuild b/net-misc/electrum/electrum-4.3.4-r1.ebuild
index b2dd93e1a839..fe4eb6f62155 100644
--- a/net-misc/electrum/electrum-4.3.4.ebuild
+++ b/net-misc/electrum/electrum-4.3.4-r1.ebuild
@@ -63,6 +63,9 @@ src_prepare() {
# make qdarkstyle dep optional
sed -i -e '/qdarkstyle/d' contrib/requirements/requirements.txt || die
+ # remove upper bounds from deps
+ sed -i -e 's:,<[0-9.]*::' contrib/requirements/requirements.txt || die
+
local bestgui
if use qt5; then
bestgui=qt