mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-30 22:48:07 -07:00
dev-python/cython: Do not depend on numpy for pypy*
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user