diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-04-27 21:59:34 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-04-27 22:17:49 +0200 |
commit | e9343208f71591b73013fdb7f6e4dc9fd2a09965 (patch) | |
tree | 01d21660d705e2766d7a31541282875e0e3adb3a /net-misc/electrum | |
parent | dev-ml/patience_diff: 0.15.0 bump (diff) | |
download | gentoo-e9343208f71591b73013fdb7f6e4dc9fd2a09965.tar.gz gentoo-e9343208f71591b73013fdb7f6e4dc9fd2a09965.tar.bz2 gentoo-e9343208f71591b73013fdb7f6e4dc9fd2a09965.zip |
net-misc/electrum: Enable py3.10
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'net-misc/electrum')
-rw-r--r-- | net-misc/electrum/electrum-4.2.1.ebuild | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/net-misc/electrum/electrum-4.2.1.ebuild b/net-misc/electrum/electrum-4.2.1.ebuild index ec9ee687e2ae..04fce81901f4 100644 --- a/net-misc/electrum/electrum-4.2.1.ebuild +++ b/net-misc/electrum/electrum-4.2.1.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{8..9} ) +PYTHON_COMPAT=( python3_{8..10} ) PYTHON_REQ_USE="ncurses?" inherit desktop distutils-r1 xdg-utils @@ -13,7 +13,8 @@ DESCRIPTION="User friendly Bitcoin client" HOMEPAGE="https://electrum.org/" SRC_URI=" https://github.com/spesmilo/electrum/archive/${PV}.tar.gz - -> ${P}.gh.tar.gz" + -> ${P}.gh.tar.gz +" LICENSE="MIT" SLOT="0" @@ -21,7 +22,8 @@ KEYWORDS="amd64 x86" IUSE="cli ncurses qrcode +qt5" REQUIRED_USE="|| ( cli ncurses qt5 )" -RDEPEND="${PYTHON_DEPS} +RDEPEND=" + ${PYTHON_DEPS} dev-libs/libsecp256k1 >=dev-python/aiohttp-socks-0.3[${PYTHON_USEDEP}] =dev-python/aiorpcX-0.22*[${PYTHON_USEDEP}] |