dev-python/networkx: Remove pandas test-dep

Closes: https://github.com/gentoo/gentoo/pull/36745
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2024-05-22 10:02:09 +02:00
parent 123743a33e
commit 8cae36f2a5

View File

@@ -27,9 +27,6 @@ BDEPEND="
$(python_gen_cond_dep '
>=dev-python/matplotlib-3.6[${PYTHON_USEDEP}]
>=dev-python/numpy-1.23[${PYTHON_USEDEP}]
!ppc64? ( !sparc? (
>=dev-python/pandas-1.4[${PYTHON_USEDEP}]
) )
>=dev-python/scipy-1.11.2[${PYTHON_USEDEP}]
' "${PYTHON_FULLY_TESTED[@]}")
)