summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2021-06-05 16:10:21 +0200
committerMichał Górny <mgorny@gentoo.org>2021-06-05 16:17:14 +0200
commitc0b79dc6fc53ba108cd1198808d0e4c9229b36e0 (patch)
tree46cc6c6d4e2426ee2226b8d0a024b2f9d3742b9e /dev-python/json-rpc
parentdev-python/josepy: Enable py3.10 (diff)
downloadgentoo-c0b79dc6fc53ba108cd1198808d0e4c9229b36e0.tar.gz
gentoo-c0b79dc6fc53ba108cd1198808d0e4c9229b36e0.tar.bz2
gentoo-c0b79dc6fc53ba108cd1198808d0e4c9229b36e0.zip
dev-python/json-rpc: Enable py3.10
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/json-rpc')
-rw-r--r--dev-python/json-rpc/json-rpc-1.13.0.ebuild6
1 files changed, 2 insertions, 4 deletions
diff --git a/dev-python/json-rpc/json-rpc-1.13.0.ebuild b/dev-python/json-rpc/json-rpc-1.13.0.ebuild
index 2ec8cf682b46..ce9b58b6cc5b 100644
--- a/dev-python/json-rpc/json-rpc-1.13.0.ebuild
+++ b/dev-python/json-rpc/json-rpc-1.13.0.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_{7,8,9} )
+PYTHON_COMPAT=( python3_{8..10} )
inherit distutils-r1
@@ -14,12 +14,10 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64"
-IUSE="test"
-RESTRICT="!test? ( test )"
RDEPEND="dev-python/six[${PYTHON_USEDEP}]"
-BDEPEND="${RDEPEND}
+BDEPEND="
test? ( dev-python/flask[${PYTHON_USEDEP}] )
"