From 01ed1b2b2c47e482773e8757377dc049227d3415 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20G=C3=B3rny?= Date: Sun, 26 Apr 2020 22:32:14 +0200 Subject: [PATCH] dev-python/colorama: Add missing test-dep on mock MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Closes: https://bugs.gentoo.org/719640 Signed-off-by: Michał Górny --- 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 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() { -- 2.26.2