From: Michał Górny Date: Mon, 16 Dec 2019 14:17:27 +0000 (+0100) Subject: dev-python/entrypoints: Fix dependencies X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=03a8220b7633eecb356226b85ec5d31e9a8f5e65;p=gentoo.git dev-python/entrypoints: Fix dependencies Signed-off-by: Michał Górny --- diff --git a/dev-python/entrypoints/entrypoints-0.3-r1.ebuild b/dev-python/entrypoints/entrypoints-0.3-r1.ebuild index 2f28407b7f56..8f60302203a5 100644 --- a/dev-python/entrypoints/entrypoints-0.3-r1.ebuild +++ b/dev-python/entrypoints/entrypoints-0.3-r1.ebuild @@ -18,9 +18,12 @@ KEYWORDS="amd64 ~arm arm64 ~ia64 ~sparc ~x86" IUSE="test" RESTRICT="!test? ( test )" -DEPEND=" +RDEPEND=" $(python_gen_cond_dep '>=dev-python/configparser-3.5.0[${PYTHON_USEDEP}]' 'python2*') +" +BDEPEND=" test? ( + ${RDEPEND} dev-python/pytest[${PYTHON_USEDEP}] virtual/python-pathlib[${PYTHON_USEDEP}] )