diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2020-08-03 23:27:09 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2020-08-15 01:21:37 +0200 |
commit | 2687d8a92702fb926f794d7b63275d0e79dbdf37 (patch) | |
tree | b41299ea768d583f2ee74e277ab98285d88741ff /dev-python/sphinx | |
parent | dev-python/soupsieve: Drop superfluous python_gen_cond_dep w/o python2_7 (diff) | |
download | gentoo-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>
Diffstat (limited to 'dev-python/sphinx')
-rw-r--r-- | dev-python/sphinx/sphinx-1.7.5-r2.ebuild | 2 |
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}] |