commit: 3f23b0ad2d2aa9d76dbc192fccc8eb9ebcfa96d2
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 18 10:27:50 2019 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Jul 18 10:34:12 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f23b0ad
dev-python/argh: Correct deps
dev-python/mock is used unconditionally.
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/argh/argh-0.26.2-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/argh/argh-0.26.2-r2.ebuild
b/dev-python/argh/argh-0.26.2-r2.ebuild
index 31bfd39ddc6..2e430e75544 100644
--- a/dev-python/argh/argh-0.26.2-r2.ebuild
+++ b/dev-python/argh/argh-0.26.2-r2.ebuild
@@ -22,7 +22,7 @@ DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/pytest[${PYTHON_USEDEP}]
dev-python/iocapture[${PYTHON_USEDEP}]
- $(python_gen_cond_dep 'dev-python/mock[${PYTHON_USEDEP}]' -2)
+ dev-python/mock[${PYTHON_USEDEP}]
${RDEPEND}
)"