commit: bc7ca439c848944463f89ef78a591b100329cacc Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Fri Nov 8 12:20:02 2024 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Fri Nov 8 12:20:07 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc7ca439
dev-python/inline-snapshot: Add missing mypy test dep Closes: https://bugs.gentoo.org/943013 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/inline-snapshot/inline-snapshot-0.13.4.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-python/inline-snapshot/inline-snapshot-0.13.4.ebuild b/dev-python/inline-snapshot/inline-snapshot-0.13.4.ebuild index 1de2d341db5f..e47f61d9ca17 100644 --- a/dev-python/inline-snapshot/inline-snapshot-0.13.4.ebuild +++ b/dev-python/inline-snapshot/inline-snapshot-0.13.4.ebuild @@ -34,6 +34,7 @@ BDEPEND=" test? ( >=dev-python/dirty-equals-0.7.0[${PYTHON_USEDEP}] >=dev-python/hypothesis-6.75.5[${PYTHON_USEDEP}] + dev-python/mypy[${PYTHON_USEDEP}] dev-python/pydantic[${PYTHON_USEDEP}] >=dev-python/pytest-subtests-0.11.0[${PYTHON_USEDEP}] >=dev-python/time-machine-2.10.0[${PYTHON_USEDEP}]
