commit: 4d32c7655107bbdb21024552986bbd413f00fdf8 Author: Martin Mokry <martin-kokos <AT> protonmail <DOT> com> AuthorDate: Tue Jul 11 14:24:55 2023 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Tue Jul 11 16:32:51 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d32c765
dev-python/deepdiff: Fix test dependencies Closes: https://bugs.gentoo.org/910206 Signed-off-by: Martin Mokry <martin-kokos <AT> protonmail.com> Closes: https://github.com/gentoo/gentoo/pull/31840 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/deepdiff/{deepdiff-6.3.1.ebuild => deepdiff-6.3.1-r1.ebuild} | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dev-python/deepdiff/deepdiff-6.3.1.ebuild b/dev-python/deepdiff/deepdiff-6.3.1-r1.ebuild similarity index 90% rename from dev-python/deepdiff/deepdiff-6.3.1.ebuild rename to dev-python/deepdiff/deepdiff-6.3.1-r1.ebuild index 821fedf90d5b..e41b020f504f 100644 --- a/dev-python/deepdiff/deepdiff-6.3.1.ebuild +++ b/dev-python/deepdiff/deepdiff-6.3.1-r1.ebuild @@ -27,6 +27,8 @@ DEPEND=" test? ( >=dev-python/jsonpickle-3.0.0[${PYTHON_USEDEP}] >=dev-python/numpy-1.23.5[${PYTHON_USEDEP}] + dev-python/pydantic[${PYTHON_USEDEP}] + dev-python/python-dateutil[${PYTHON_USEDEP}] dev-python/tomli-w[${PYTHON_USEDEP}] $(python_gen_cond_dep ' dev-python/tomli[${PYTHON_USEDEP}]
