commit: 81021a374c47720a42f91d474b4e5299f9aa6663
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 30 14:47:28 2024 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Oct 30 14:47:57 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81021a37
dev-python/mpmath: Update arch-conditional test deps
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/mpmath/mpmath-1.4.0_alpha2.ebuild | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/dev-python/mpmath/mpmath-1.4.0_alpha2.ebuild
b/dev-python/mpmath/mpmath-1.4.0_alpha2.ebuild
index eef610f1e8c6..87f61a0d240f 100644
--- a/dev-python/mpmath/mpmath-1.4.0_alpha2.ebuild
+++ b/dev-python/mpmath/mpmath-1.4.0_alpha2.ebuild
@@ -32,10 +32,10 @@ BDEPEND="
dev-python/gmpy[${PYTHON_USEDEP}]
' 'python3*')
!mips? (
- dev-python/matplotlib[${PYTHON_USEDEP}]
- $(python_gen_cond_dep '
- dev-python/ipython[${PYTHON_USEDEP}]
- ' 3.{10..12})
+ dev-python/ipython[${PYTHON_USEDEP}]
+ !hppa? (
+ dev-python/matplotlib[${PYTHON_USEDEP}]
+ )
)
)
"