From: Anthony G. Basile Date: Mon, 17 Jun 2019 13:14:20 +0000 (-0400) Subject: net-misc/electrum: RDEPEND on >=dev-python/aiorpcX-0.17, bug #687004 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=65215de7f0802512fca44989119da35cba37e84a;p=gentoo.git net-misc/electrum: RDEPEND on >=dev-python/aiorpcX-0.17, bug #687004 Signed-off-by: Anthony G. Basile Package-Manager: Portage-2.3.66, Repoman-2.3.11 --- diff --git a/net-misc/electrum/electrum-3.3.6.ebuild b/net-misc/electrum/electrum-3.3.6.ebuild index 7aad1b5767fc..3b82b3768d5f 100644 --- a/net-misc/electrum/electrum-3.3.6.ebuild +++ b/net-misc/electrum/electrum-3.3.6.ebuild @@ -48,7 +48,7 @@ REQUIRED_USE=" RDEPEND="${PYTHON_DEPS} dev-python/aiohttp-socks[${PYTHON_USEDEP}] - dev-python/aiorpcX[${PYTHON_USEDEP}] + >=dev-python/aiorpcX-0.17[${PYTHON_USEDEP}] dev-python/ecdsa[${PYTHON_USEDEP}] dev-python/jsonrpclib[${PYTHON_USEDEP}] dev-python/pbkdf2[${PYTHON_USEDEP}]