From 51015641b009333375cd3f8e5c4acd7b8cbbf753 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20G=C3=B3rny?= Date: Wed, 28 Aug 2019 17:36:48 +0200 Subject: [PATCH] dev-python/cython: Do not depend on numpy for pypy* MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-python/cython/cython-0.29.13.ebuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/dev-python/cython/cython-0.29.13.ebuild b/dev-python/cython/cython-0.29.13.ebuild index 5af794bfd500..fc895938e377 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 -- 2.26.2