From bc7ca439c848944463f89ef78a591b100329cacc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Fri, 8 Nov 2024 13:20:02 +0100 Subject: [PATCH] dev-python/inline-snapshot: Add missing mypy test dep MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Closes: https://bugs.gentoo.org/943013 Signed-off-by: Michał Górny --- 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 1de2d341db5f5..e47f61d9ca172 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}]