From 136cb22f629a832eb7d1ea08bbd8cecdebfbd7c7 Mon Sep 17 00:00:00 2001 From: Alfred Wingate Date: Sun, 12 Dec 2021 00:30:06 +0200 Subject: [PATCH] dev-python/pytest-isort: add python3_10 target Package-Manager: Portage-3.0.29, Repoman-3.0.3 Signed-off-by: Alfred Wingate --- dev-python/pytest-isort/pytest-isort-2.0.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/pytest-isort/pytest-isort-2.0.0.ebuild b/dev-python/pytest-isort/pytest-isort-2.0.0.ebuild index 801ff91..24bde6c 100644 --- a/dev-python/pytest-isort/pytest-isort-2.0.0.ebuild +++ b/dev-python/pytest-isort/pytest-isort-2.0.0.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{8..9} ) +PYTHON_COMPAT=( python3_{8..10} ) inherit distutils-r1 DESCRIPTION="py.test plugin to check import ordering using isort" @@ -21,7 +21,7 @@ RDEPEND=" " DEPEND=" test? ( - ${RDEPEND} + ${RDEPEND} ) "