diff --git a/dev-python/entrypoints/entrypoints-0.3-r1.ebuild b/dev-python/entrypoints/entrypoints-0.3-r1.ebuild index 2f28407b7f56f..8f60302203a5a 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}] )