From: Michał Górny Date: Thu, 18 Jul 2019 10:27:50 +0000 (+0200) Subject: dev-python/argh: Correct deps X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=3f23b0ad2d2aa9d76dbc192fccc8eb9ebcfa96d2;p=gentoo.git dev-python/argh: Correct deps dev-python/mock is used unconditionally. Signed-off-by: Michał Górny --- diff --git a/dev-python/argh/argh-0.26.2-r2.ebuild b/dev-python/argh/argh-0.26.2-r2.ebuild index 31bfd39ddc65..2e430e755443 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} )"