commit:     5bd606ba8960f63dd37bf058ab010979f07f16fe
Author:     Marek Szuba <marecki <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 25 23:37:25 2021 +0000
Commit:     Marek Szuba <marecki <AT> gentoo <DOT> org>
CommitDate: Thu Nov 25 23:39:46 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5bd606ba

app-admin/ansible-molecule: support >=dev-python/pyyaml-6

All that upstream commit dcf82b067b0d4a1bfb5f1c478abd0d315b5e46e5,
(to be included in the next release) did was remove the version cap
in setup.cfg, and I have just confirmed that 3.5.2 builds, tests and
installs fine against pyyaml-6.0.

Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>

 .../{ansible-molecule-3.5.2.ebuild => ansible-molecule-3.5.2-r1.ebuild} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/ansible-molecule/ansible-molecule-3.5.2.ebuild 
b/app-admin/ansible-molecule/ansible-molecule-3.5.2-r1.ebuild
similarity index 98%
rename from app-admin/ansible-molecule/ansible-molecule-3.5.2.ebuild
rename to app-admin/ansible-molecule/ansible-molecule-3.5.2-r1.ebuild
index f55cd367c9ac..21dc93e1196d 100644
--- a/app-admin/ansible-molecule/ansible-molecule-3.5.2.ebuild
+++ b/app-admin/ansible-molecule/ansible-molecule-3.5.2-r1.ebuild
@@ -31,7 +31,7 @@ RDEPEND="$(python_gen_cond_dep '
        dev-python/packaging[${PYTHON_USEDEP}]
        <dev-python/paramiko-3[${PYTHON_USEDEP}]
        <dev-python/pluggy-2.0[${PYTHON_USEDEP}]
-       <dev-python/pyyaml-6[${PYTHON_USEDEP}]
+       >=dev-python/pyyaml-5.1[${PYTHON_USEDEP}]
        >=dev-python/rich-9.5.1[${PYTHON_USEDEP}]
        >=dev-python/subprocess-tee-0.3.5[${PYTHON_USEDEP}]
        >=dev-util/cookiecutter-1.7.3[${PYTHON_USEDEP}]

Reply via email to