diff options
author | Marek Szuba <marecki@gentoo.org> | 2021-11-26 00:37:25 +0100 |
---|---|---|
committer | Marek Szuba <marecki@gentoo.org> | 2021-11-26 00:39:46 +0100 |
commit | 5bd606ba8960f63dd37bf058ab010979f07f16fe (patch) | |
tree | 5a3ea8703d5da6dbfb6c886401cf2891cbac1263 /app-admin/ansible-molecule | |
parent | app-admin/ansible-molecule: drop 3.3.4 (diff) | |
download | gentoo-5bd606ba8960f63dd37bf058ab010979f07f16fe.tar.gz gentoo-5bd606ba8960f63dd37bf058ab010979f07f16fe.tar.bz2 gentoo-5bd606ba8960f63dd37bf058ab010979f07f16fe.zip |
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@gentoo.org>
Diffstat (limited to 'app-admin/ansible-molecule')
-rw-r--r-- | app-admin/ansible-molecule/ansible-molecule-3.5.2-r1.ebuild (renamed from app-admin/ansible-molecule/ansible-molecule-3.5.2.ebuild) | 2 |
1 files changed, 1 insertions, 1 deletions
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 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}] |