commit: bc72218deb931a72eea7969557e8dc43c0dafd4c
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 12 10:46:33 2024 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Jul 12 12:03:12 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc72218d
dev-python/pythran: Extend ipython to py3.13
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/pythran/pythran-0.16.1.ebuild | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/dev-python/pythran/pythran-0.16.1.ebuild
b/dev-python/pythran/pythran-0.16.1.ebuild
index f15b73db6283..b93681c29f4f 100644
--- a/dev-python/pythran/pythran-0.16.1.ebuild
+++ b/dev-python/pythran/pythran-0.16.1.ebuild
@@ -41,9 +41,7 @@ DEPEND="
"
BDEPEND="
test? (
- $(python_gen_cond_dep '
- dev-python/ipython[${PYTHON_USEDEP}]
- ' 3.{10..12})
+ dev-python/ipython[${PYTHON_USEDEP}]
dev-python/pip[${PYTHON_USEDEP}]
dev-python/packaging[${PYTHON_USEDEP}]
dev-python/scipy[${PYTHON_USEDEP}]