dev-python/iocapture: Correct deps
authorMichał Górny <mgorny@gentoo.org>
Thu, 18 Jul 2019 10:29:04 +0000 (12:29 +0200)
committerMichał Górny <mgorny@gentoo.org>
Thu, 18 Jul 2019 10:34:14 +0000 (12:34 +0200)
dev-python/mock is not used at all.  dev-python/six is needed for tests.

Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/iocapture/iocapture-0.1.2-r2.ebuild

index d25890b6cb65b2a7f37304c01ce63ffd40878273..3ad57635e00de1849ffaa5d2752989473679d834 100644 (file)
@@ -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}
        )"