diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2019-06-17 09:14:20 -0400 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2019-06-17 09:14:20 -0400 |
commit | 65215de7f0802512fca44989119da35cba37e84a (patch) | |
tree | b1575a238ba310b85f4ee4e913e666c0b678f218 /net-misc | |
parent | dev-python/aiorpcX: version bump to 0.18.3, bug #688100 (diff) | |
download | gentoo-65215de7f0802512fca44989119da35cba37e84a.tar.gz gentoo-65215de7f0802512fca44989119da35cba37e84a.tar.bz2 gentoo-65215de7f0802512fca44989119da35cba37e84a.zip |
net-misc/electrum: RDEPEND on >=dev-python/aiorpcX-0.17, bug #687004
Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.11
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/electrum/electrum-3.3.6.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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}] |