commit: fc7d2754ed7cdfd035b49668b12bd68bea1371f6
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 28 05:21:16 2024 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Jun 28 05:21:16 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc7d2754
dev-python/dirty-equals: Enable pydantic test dep on 3.13
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/dirty-equals/dirty-equals-0.7.1.ebuild | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/dev-python/dirty-equals/dirty-equals-0.7.1.ebuild
b/dev-python/dirty-equals/dirty-equals-0.7.1.ebuild
index fd70ed6710e3..0d180b265c74 100644
--- a/dev-python/dirty-equals/dirty-equals-0.7.1.ebuild
+++ b/dev-python/dirty-equals/dirty-equals-0.7.1.ebuild
@@ -29,10 +29,8 @@ RDEPEND="
BDEPEND="
test? (
dev-python/packaging[${PYTHON_USEDEP}]
+ >=dev-python/pydantic-2.4.2[${PYTHON_USEDEP}]
dev-python/pytest-mock[${PYTHON_USEDEP}]
- $(python_gen_cond_dep '
- >=dev-python/pydantic-2.4.2[${PYTHON_USEDEP}]
- ' 3.{10..12})
)
"