commit: c794b742ee70bb74745229ac62a3e67ea84bf5f1 Author: idealseal <realidealseal <AT> protonmail <DOT> com> AuthorDate: Mon Dec 16 17:34:52 2024 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Mon Dec 16 21:12:16 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c794b742
app-admin/ansible-core: fix resolvelib dependency requirement With the 2.18.1 version bump I increased the upper version bound for dev-python/resolvelib from <1.1.0 to <2.0.0, which was present in the upstream devel branch but not in the 2.18.1 tag. Closes: https://bugs.gentoo.org/946316 Signed-off-by: idealseal <realidealseal <AT> protonmail.com> Closes: https://github.com/gentoo/gentoo/pull/39733 Signed-off-by: Sam James <sam <AT> gentoo.org> .../{ansible-core-2.18.1.ebuild => ansible-core-2.18.1-r1.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-admin/ansible-core/ansible-core-2.18.1.ebuild b/app-admin/ansible-core/ansible-core-2.18.1-r1.ebuild similarity index 96% rename from app-admin/ansible-core/ansible-core-2.18.1.ebuild rename to app-admin/ansible-core/ansible-core-2.18.1-r1.ebuild index 85f243ef58dc..59a4cb8c1778 100644 --- a/app-admin/ansible-core/ansible-core-2.18.1.ebuild +++ b/app-admin/ansible-core/ansible-core-2.18.1-r1.ebuild @@ -38,7 +38,7 @@ RDEPEND=" dev-python/netaddr[${PYTHON_USEDEP}] dev-python/pexpect[${PYTHON_USEDEP}] >=dev-python/resolvelib-0.5.3[${PYTHON_USEDEP}] - <dev-python/resolvelib-2.0.0[${PYTHON_USEDEP}] + <dev-python/resolvelib-1.1.0[${PYTHON_USEDEP}] net-misc/sshpass virtual/ssh "