commit: 9f01b0be0139f8cb41ba91bad02b921fe3f5e26f
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 4 02:36:52 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Sep 4 02:36:52 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f01b0be
dev-python/deepdiff: dev-python/orjson is needed for tests
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/deepdiff/deepdiff-8.6.1.ebuild | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/dev-python/deepdiff/deepdiff-8.6.1.ebuild
b/dev-python/deepdiff/deepdiff-8.6.1.ebuild
index d4d4fd2aa715..c549839b72de 100644
--- a/dev-python/deepdiff/deepdiff-8.6.1.ebuild
+++ b/dev-python/deepdiff/deepdiff-8.6.1.ebuild
@@ -27,8 +27,9 @@ RDEPEND="
DEPEND="
test? (
- >=dev-python/jsonpickle-3.0.0[${PYTHON_USEDEP}]
+ >=dev-python/jsonpickle-4.0.0[${PYTHON_USEDEP}]
>=dev-python/numpy-2.2.0[${PYTHON_USEDEP}]
+ >=dev-python/orjson-3.10.0[${PYTHON_USEDEP}]
dev-python/pydantic[${PYTHON_USEDEP}]
dev-python/python-dateutil[${PYTHON_USEDEP}]
dev-python/pytz[${PYTHON_USEDEP}]