commit:     42837abc98569f6be7ac7cd0a740877b258b7386
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 18 10:29:04 2019 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Jul 18 10:34:14 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42837abc

dev-python/iocapture: Correct deps

dev-python/mock is not used at all.  dev-python/six is needed for tests.

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/iocapture/iocapture-0.1.2-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/iocapture/iocapture-0.1.2-r2.ebuild 
b/dev-python/iocapture/iocapture-0.1.2-r2.ebuild
index d25890b6cb6..3ad57635e00 100644
--- a/dev-python/iocapture/iocapture-0.1.2-r2.ebuild
+++ b/dev-python/iocapture/iocapture-0.1.2-r2.ebuild
@@ -20,7 +20,7 @@ RDEPEND=""
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
        test? (
                dev-python/pytest[${PYTHON_USEDEP}]
-               $(python_gen_cond_dep 'dev-python/mock[${PYTHON_USEDEP}]' -2)
+               dev-python/six[${PYTHON_USEDEP}]
                ${RDEPEND}
        )"
 

Reply via email to