commit: 01ed1b2b2c47e482773e8757377dc049227d3415 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Sun Apr 26 20:32:14 2020 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sun Apr 26 20:40:39 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01ed1b2b
dev-python/colorama: Add missing test-dep on mock Closes: https://bugs.gentoo.org/719640 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/colorama/colorama-0.4.3.ebuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/dev-python/colorama/colorama-0.4.3.ebuild b/dev-python/colorama/colorama-0.4.3.ebuild index e254df275f9..f59dbf44d94 100644 --- a/dev-python/colorama/colorama-0.4.3.ebuild +++ b/dev-python/colorama/colorama-0.4.3.ebuild @@ -22,7 +22,10 @@ IUSE="examples test" RESTRICT="!test? ( test )" BDEPEND=" - test? ( dev-python/pytest[${PYTHON_USEDEP}] ) + test? ( + dev-python/mock[${PYTHON_USEDEP}] + dev-python/pytest[${PYTHON_USEDEP}] + ) " python_install_all() {
