diff --git a/dev-python/cython/cython-0.29.13.ebuild b/dev-python/cython/cython-0.29.13.ebuild index 5af794bfd5000..fc895938e377e 100644 --- a/dev-python/cython/cython-0.29.13.ebuild +++ b/dev-python/cython/cython-0.29.13.ebuild @@ -25,7 +25,10 @@ RDEPEND=" DEPEND="${RDEPEND} dev-python/setuptools[${PYTHON_USEDEP}] doc? ( dev-python/sphinx[${PYTHON_USEDEP}] ) - test? ( dev-python/numpy[${PYTHON_USEDEP}] )" + test? ( + $(python_gen_cond_dep 'dev-python/numpy[${PYTHON_USEDEP}]' \ + 'python*') + )" SITEFILE=50cython-gentoo.el