dev-python/Numdifftools: Permit *-python2 packages

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2020-01-28 21:42:14 +01:00
parent 9a8701091b
commit c7c4aa5242

View File

@@ -22,8 +22,14 @@ RESTRICT="!test? ( test )"
RDEPEND="
>=dev-python/algopy-0.4[${PYTHON_USEDEP}]
dev-python/matplotlib[${PYTHON_USEDEP}]
>=dev-python/numpy-1.9.0[${PYTHON_USEDEP}]
|| (
dev-python/matplotlib-python2[${PYTHON_USEDEP}]
dev-python/matplotlib[${PYTHON_USEDEP}]
)
|| (
>=dev-python/numpy-python2-1.9.0[${PYTHON_USEDEP}]
>=dev-python/numpy-1.9.0[${PYTHON_USEDEP}]
)
dev-python/six[${PYTHON_USEDEP}]
>=sci-libs/scipy-0.8[${PYTHON_USEDEP}]
"