commit: 19fd894c388c1eb560e7202e4f52f6acdd6077af Author: Patrick McLean <chutzpah <AT> gentoo <DOT> org> AuthorDate: Wed May 6 01:31:20 2020 +0000 Commit: Patrick McLean <chutzpah <AT> gentoo <DOT> org> CommitDate: Wed May 6 01:31:28 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19fd894c
dev-python/munch-2.5.0-r1: Add test dep on >=pyyaml-5.1, bug #712576 Closes: https://bugs.gentoo.org/712576 Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Patrick McLean <chutzpah <AT> gentoo.org> dev-python/munch/{munch-2.5.0.ebuild => munch-2.5.0-r1.ebuild} | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-python/munch/munch-2.5.0.ebuild b/dev-python/munch/munch-2.5.0-r1.ebuild similarity index 92% rename from dev-python/munch/munch-2.5.0.ebuild rename to dev-python/munch/munch-2.5.0-r1.ebuild index 13e782e05ef..ddd6c95ef23 100644 --- a/dev-python/munch/munch-2.5.0.ebuild +++ b/dev-python/munch/munch-2.5.0-r1.ebuild @@ -17,6 +17,7 @@ SLOT="0" BDEPEND=" dev-python/setuptools[${PYTHON_USEDEP}] dev-python/six[${PYTHON_USEDEP}] + test? ( >=dev-python/pyyaml-5.1[${PYTHON_USEDEP}] ) " PATCHES=(
