From 2687d8a92702fb926f794d7b63275d0e79dbdf37 Mon Sep 17 00:00:00 2001 From: Andreas Sturmlechner Date: Mon, 3 Aug 2020 23:27:09 +0200 Subject: [PATCH] dev-python/sphinx: Drop superfluous python_gen_cond_dep w/o python2_7 Signed-off-by: Andreas Sturmlechner --- dev-python/sphinx/sphinx-1.7.5-r2.ebuild | 2 -- 1 file changed, 2 deletions(-) diff --git a/dev-python/sphinx/sphinx-1.7.5-r2.ebuild b/dev-python/sphinx/sphinx-1.7.5-r2.ebuild index 927ce2b8cf9b9..5445f8615b2d4 100644 --- a/dev-python/sphinx/sphinx-1.7.5-r2.ebuild +++ b/dev-python/sphinx/sphinx-1.7.5-r2.ebuild @@ -34,7 +34,6 @@ RDEPEND=" >=dev-python/snowballstemmer-1.1[${PYTHON_USEDEP}] dev-python/packaging[${PYTHON_USEDEP}] dev-python/sphinxcontrib-websupport[${PYTHON_USEDEP}] - $(python_gen_cond_dep 'dev-python/typing[${PYTHON_USEDEP}]' -2) latex? ( dev-texlive/texlive-latexextra dev-texlive/texlive-luatex @@ -47,7 +46,6 @@ RDEPEND=" DEPEND="${RDEPEND} dev-python/setuptools[${PYTHON_USEDEP}] test? ( - $(python_gen_cond_dep 'dev-python/enum34[${PYTHON_USEDEP}]' -2) dev-python/sphinxcontrib-websupport[${PYTHON_USEDEP}] dev-python/html5lib[${PYTHON_USEDEP}] dev-python/mock[${PYTHON_USEDEP}]