commit: f3c4b5a205220a6e21765ce57e0a25e3b06d6ccc Author: idealseal <realidealseal <AT> protonmail <DOT> com> AuthorDate: Thu Jun 19 09:09:16 2025 +0000 Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org> CommitDate: Thu Jun 19 12:39:37 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3c4b5a2
app-admin/ansible-core: enable py3.13, py3.14 Signed-off-by: idealseal <realidealseal <AT> protonmail.com> Part-of: https://github.com/gentoo/gentoo/pull/42662 Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org> app-admin/ansible-core/ansible-core-9999.ebuild | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/app-admin/ansible-core/ansible-core-9999.ebuild b/app-admin/ansible-core/ansible-core-9999.ebuild index 4fedbdc52e4e..2a83ec92352c 100644 --- a/app-admin/ansible-core/ansible-core-9999.ebuild +++ b/app-admin/ansible-core/ansible-core-9999.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{11..12} ) -DISTUTILS_USE_PEP517=setuptools +DISTUTILS_USE_PEP517="setuptools" +PYTHON_COMPAT=( python3_{11..14} ) inherit distutils-r1 @@ -25,7 +25,7 @@ SLOT="0" RESTRICT="test" RDEPEND=" - dev-python/paramiko[${PYTHON_USEDEP}] + >=dev-python/paramiko-3.5.1[${PYTHON_USEDEP}] dev-python/jinja2[${PYTHON_USEDEP}] dev-python/pyyaml[${PYTHON_USEDEP}] dev-python/cryptography[${PYTHON_USEDEP}] @@ -34,7 +34,7 @@ RDEPEND=" dev-python/netaddr[${PYTHON_USEDEP}] dev-python/pexpect[${PYTHON_USEDEP}] >=dev-python/resolvelib-0.5.3[${PYTHON_USEDEP}] - <dev-python/resolvelib-1.1.0[${PYTHON_USEDEP}] + <dev-python/resolvelib-2.0.0[${PYTHON_USEDEP}] net-misc/sshpass virtual/ssh "
