commit: 7911b41cf6286d0e5df1a8fd362539b27abfa502
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 30 13:07:47 2024 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Jun 30 14:11:35 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7911b41c
dev-python/tblib: Extend twisted test dep to py3.13
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/tblib/tblib-3.0.0.ebuild | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/dev-python/tblib/tblib-3.0.0.ebuild
b/dev-python/tblib/tblib-3.0.0.ebuild
index 7d2cda511d31..9fd0ce148cf8 100644
--- a/dev-python/tblib/tblib-3.0.0.ebuild
+++ b/dev-python/tblib/tblib-3.0.0.ebuild
@@ -23,9 +23,7 @@ RDEPEND="
"
BDEPEND="
test? (
- $(python_gen_cond_dep '
- dev-python/twisted[${PYTHON_USEDEP}]
- ' 3.{10..12})
+ dev-python/twisted[${PYTHON_USEDEP}]
)
"