From: Michał Górny Date: Sun, 26 Apr 2020 20:32:14 +0000 (+0200) Subject: dev-python/colorama: Add missing test-dep on mock X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=01ed1b2b2c47e482773e8757377dc049227d3415;p=gentoo.git dev-python/colorama: Add missing test-dep on mock Closes: https://bugs.gentoo.org/719640 Signed-off-by: Michał Górny --- diff --git a/dev-python/colorama/colorama-0.4.3.ebuild b/dev-python/colorama/colorama-0.4.3.ebuild index e254df275f99..f59dbf44d947 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() {