diff --git a/dev-python/typing-inspect/typing-inspect-0.9.0.ebuild b/dev-python/typing-inspect/typing-inspect-0.9.0.ebuild index 5ace518964..d3e376b7a3 100644 --- a/dev-python/typing-inspect/typing-inspect-0.9.0.ebuild +++ b/dev-python/typing-inspect/typing-inspect-0.9.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -18,7 +18,7 @@ IUSE="test" RESTRICT="!test? ( test )" RDEPEND=" - >=dev-python/mypy_extensions-0.3.0[${PYTHON_USEDEP}] + >=dev-python/mypy-extensions-0.3.0[${PYTHON_USEDEP}] >=dev-python/typing-extensions-3.7.4.2[${PYTHON_USEDEP}] " DEPEND="${RDEPEND}"