commit:     068cb682ee6e677db6fa949c3842ed539d5a1ad0
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Sep  3 12:55:22 2021 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Sep  3 14:41:39 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=068cb682

dev-python/cfn-lint: enable py3.10

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-python/cfn-lint/cfn-lint-0.53.1.ebuild | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/dev-python/cfn-lint/cfn-lint-0.53.1.ebuild 
b/dev-python/cfn-lint/cfn-lint-0.53.1.ebuild
index f483fd0763d..beac470392c 100644
--- a/dev-python/cfn-lint/cfn-lint-0.53.1.ebuild
+++ b/dev-python/cfn-lint/cfn-lint-0.53.1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{8..9} )
+PYTHON_COMPAT=( python3_{8..10} )
 inherit distutils-r1
 
 DESCRIPTION="CloudFormation Linter"
@@ -18,9 +18,6 @@ KEYWORDS="~amd64 ~arm ~arm64 ~x86"
 
 RDEPEND="
        >=dev-python/aws-sam-translator-1.38.0[${PYTHON_USEDEP}]
-       $(python_gen_cond_dep '
-               dev-python/importlib_resources[${PYTHON_USEDEP}]
-       ' python3_6)
        dev-python/jsonpatch[${PYTHON_USEDEP}]
        >=dev-python/jsonschema-3.0[${PYTHON_USEDEP}]
        dev-python/junit-xml[${PYTHON_USEDEP}]

Reply via email to