dev-embedded/idf-component-manager: enable py3.12

Closes: https://bugs.gentoo.org/921744
Signed-off-by: David Roman <davidroman96@gmail.com>
This commit is contained in:
David Roman
2024-01-11 12:57:00 +01:00
parent a12d7e5de7
commit bfbacecf39

View File

@@ -3,7 +3,7 @@
EAPI=8
PYTHON_COMPAT=( python3_11 )
PYTHON_COMPAT=( python3_{11,12} )
DISTUTILS_USE_PEP517=poetry
inherit distutils-r1
@@ -19,6 +19,7 @@ KEYWORDS="~amd64"
BDEPEND="
test? (
dev-python/requests-mock[${PYTHON_USEDEP}]
dev-python/jsonschema[${PYTHON_USEDEP}]
dev-python/pytest-mock[${PYTHON_USEDEP}]
dev-python/vcrpy[${PYTHON_USEDEP}]
dev-python/filelock[${PYTHON_USEDEP}]
@@ -39,4 +40,9 @@ RDEPEND="
<dev-python/urllib3-2.0.0[${PYTHON_USEDEP}]
"
# Requires additional files not available in the tarball
EPYTEST_DESELECT=(
tests/test_component_manager.py::test_pack_component_with_examples_errors
)
distutils_enable_tests pytest