commit:     7d11840eda44db5dfcb2ce51febc9d60d2ffa562
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 14 05:28:20 2022 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Dec 14 06:31:34 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d11840e

dev-python/ipdb: Remove tomli dep on py3.11

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/ipdb/ipdb-0.13.11.ebuild | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/dev-python/ipdb/ipdb-0.13.11.ebuild 
b/dev-python/ipdb/ipdb-0.13.11.ebuild
index 395b79feccc6..ca401e15df98 100644
--- a/dev-python/ipdb/ipdb-0.13.11.ebuild
+++ b/dev-python/ipdb/ipdb-0.13.11.ebuild
@@ -24,7 +24,9 @@ RDEPEND="
 "
 BDEPEND="
        test? (
-               dev-python/tomli[${PYTHON_USEDEP}]
+               $(python_gen_cond_dep '
+                       dev-python/tomli[${PYTHON_USEDEP}]
+               ' 3.8 3.9 3.10)
        )
 "
 

Reply via email to