dev-python/cython: Do not depend on numpy for pypy*

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2019-08-28 17:36:48 +02:00
parent e625e0d72a
commit 51015641b0

View File

@@ -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