commit: 3aee8d949c9cfd4de8422d90415e1707ffb5e094 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Tue Apr 22 11:40:41 2025 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Thu May 1 11:35:57 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3aee8d94
dev-python/ipdb: Clean deps up Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> Part-of: https://github.com/gentoo/gentoo/pull/41697 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/ipdb/ipdb-0.13.13.ebuild | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/dev-python/ipdb/ipdb-0.13.13.ebuild b/dev-python/ipdb/ipdb-0.13.13.ebuild index 42bcfa2f215b..38ea0fa34341 100644 --- a/dev-python/ipdb/ipdb-0.13.13.ebuild +++ b/dev-python/ipdb/ipdb-0.13.13.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -21,13 +21,6 @@ KEYWORDS="amd64 ~arm arm64 ~hppa ~ppc ppc64 ~riscv ~sparc x86" RDEPEND=" >=dev-python/ipython-7.17[${PYTHON_USEDEP}] " -BDEPEND=" - test? ( - $(python_gen_cond_dep ' - dev-python/tomli[${PYTHON_USEDEP}] - ' 3.10) - ) -" DOCS=( AUTHORS HISTORY.txt README.rst )
