From: Michał Górny Date: Wed, 22 Apr 2020 06:23:45 +0000 (+0200) Subject: dev-python/sphinx: Remove implicit dep on sphinx_rtd_theme X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=abbfb62bca3f0d3b458fea36b1d5ddbba734c102;p=gentoo.git dev-python/sphinx: Remove implicit dep on sphinx_rtd_theme Sphinx does not require this theme in any way, it merely has a special internal function to load it. Same holds for alabaster, though I guess that dependency makes sense since it's the default theme. Signed-off-by: Michał Górny --- diff --git a/dev-python/sphinx/sphinx-1.7.5-r1.ebuild b/dev-python/sphinx/sphinx-1.7.5-r2.ebuild similarity index 96% rename from dev-python/sphinx/sphinx-1.7.5-r1.ebuild rename to dev-python/sphinx/sphinx-1.7.5-r2.ebuild index 1fa175f98d3a..1f2aa22be731 100644 --- a/dev-python/sphinx/sphinx-1.7.5-r1.ebuild +++ b/dev-python/sphinx/sphinx-1.7.5-r2.ebuild @@ -32,8 +32,6 @@ RDEPEND=" >=dev-python/requests-2.0.0[${PYTHON_USEDEP}] >=dev-python/six-1.5[${PYTHON_USEDEP}] >=dev-python/snowballstemmer-1.1[${PYTHON_USEDEP}] - >=dev-python/sphinx_rtd_theme-0.1[${PYTHON_USEDEP}] -