commit: db50ce246361dba2bafd90136118810c2e4ce80f
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 20 19:09:40 2025 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Jun 20 19:09:40 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db50ce24
dev-python/deepdiff: add missing test dep dev-python/pytz
Found used in `tests/test_diff_datetime.py`, `tests/test_hash.py`.
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
dev-python/deepdiff/deepdiff-8.5.0.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/dev-python/deepdiff/deepdiff-8.5.0.ebuild
b/dev-python/deepdiff/deepdiff-8.5.0.ebuild
index a57185293488..c917709e4bb6 100644
--- a/dev-python/deepdiff/deepdiff-8.5.0.ebuild
+++ b/dev-python/deepdiff/deepdiff-8.5.0.ebuild
@@ -31,6 +31,7 @@ DEPEND="
>=dev-python/numpy-2.2.0[${PYTHON_USEDEP}]
dev-python/pydantic[${PYTHON_USEDEP}]
dev-python/python-dateutil[${PYTHON_USEDEP}]
+ dev-python/pytz[${PYTHON_USEDEP}]
dev-python/tomli-w[${PYTHON_USEDEP}]
)
"