diff --git a/dev-python/mypy/mypy-0.4.1.ebuild b/dev-python/mypy/mypy-0.4.1.ebuild index 38f9f5e4ca310..5d7d96ce3b311 100644 --- a/dev-python/mypy/mypy-0.4.1.ebuild +++ b/dev-python/mypy/mypy-0.4.1.ebuild @@ -23,7 +23,7 @@ DEPEND=" dev-python/sphinx_rtd_theme[${PYTHON_USEDEP}] ) " -RDEPEND="$(python_gen_cond_dep 'dev-python/typing[${PYTHON_USEDEP}]' 'python3_3' 'python3_4')" +RDEPEND="$(python_gen_cond_dep '!dev-python/typing[${PYTHON_USEDEP}]' 'python3_3' 'python3_4')" python_compile_all() { use doc && emake -C docs html