summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2020-08-03 23:27:09 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2020-08-15 01:21:37 +0200
commit2687d8a92702fb926f794d7b63275d0e79dbdf37 (patch)
treeb41299ea768d583f2ee74e277ab98285d88741ff
parentdev-python/soupsieve: Drop superfluous python_gen_cond_dep w/o python2_7 (diff)
downloadgentoo-2687d8a92702fb926f794d7b63275d0e79dbdf37.tar.gz
gentoo-2687d8a92702fb926f794d7b63275d0e79dbdf37.tar.bz2
gentoo-2687d8a92702fb926f794d7b63275d0e79dbdf37.zip
dev-python/sphinx: Drop superfluous python_gen_cond_dep w/o python2_7
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
-rw-r--r--dev-python/sphinx/sphinx-1.7.5-r2.ebuild2
1 files changed, 0 insertions, 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 927ce2b8cf9b..5445f8615b2d 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}]