From 4d9a0eac4832de8fe525e3952db74c5b287ce0df Mon Sep 17 00:00:00 2001 From: Alfred Wingate Date: Sun, 12 Dec 2021 05:17:35 +0200 Subject: [PATCH] dev-python/matrix-nio: add python3_10 target Package-Manager: Portage-3.0.29, Repoman-3.0.3 Signed-off-by: Alfred Wingate --- dev-python/matrix-nio/matrix-nio-0.18.7.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dev-python/matrix-nio/matrix-nio-0.18.7.ebuild b/dev-python/matrix-nio/matrix-nio-0.18.7.ebuild index 6707c32..78dd528 100644 --- a/dev-python/matrix-nio/matrix-nio-0.18.7.ebuild +++ b/dev-python/matrix-nio/matrix-nio-0.18.7.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{8..9}) +PYTHON_COMPAT=( python3_{8..10}) DISTUTILS_USE_SETUPTOOLS="pyproject.toml" inherit distutils-r1 @@ -19,7 +19,6 @@ IUSE="e2e test" RESTRICT="!e2e? ( test )" -# 28.11.2021: 3.10 blocked by logbook, olm, pytest-{benchmark,isort} RDEPEND=" >=dev-python/aiohttp-3.7.4[${PYTHON_USEDEP}] >=dev-python/aiohttp-socks-0.6.0[${PYTHON_USEDEP}]