commit: 2fcc17b9b2a2648d7a847d1765afa303012936e1 Author: Jakov Smolic <jakov.smolic <AT> sartura <DOT> hr> AuthorDate: Sat Jan 16 14:42:22 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sat Jan 16 21:47:25 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2fcc17b9
dev-python/cleo: Add missing test dep Closes: https://bugs.gentoo.org/765616 Signed-off-by: Jakov Smolic <jakov.smolic <AT> sartura.hr> Closes: https://github.com/gentoo/gentoo/pull/19080 Signed-off-by: Sam James <sam <AT> gentoo.org> dev-python/cleo/cleo-0.8.1.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-python/cleo/cleo-0.8.1.ebuild b/dev-python/cleo/cleo-0.8.1.ebuild index ad30c3338c2..197a3f53883 100644 --- a/dev-python/cleo/cleo-0.8.1.ebuild +++ b/dev-python/cleo/cleo-0.8.1.ebuild @@ -18,6 +18,7 @@ KEYWORDS="~amd64 ~x86" BDEPEND=" test? ( dev-python/clikit[${PYTHON_USEDEP}] + dev-python/crashtest[${PYTHON_USEDEP}] dev-python/pytest-mock[${PYTHON_USEDEP}] )"
