dev-python/sphinx_rtd_theme: Drop dev-python/sphinx from *DEPEND

this package provides a theme. So no need to depend on sphinx at all. Packages
including sphinx should depend on the theme.

Gentoo-Bugs: https://bugs.gentoo.org/show_bug.cgi?id=561776

Package-Manager: portage-2.2.23
Signed-off-by: Justin Lecher <jlec@gentoo.org>
This commit is contained in:
Justin Lecher
2015-10-14 15:47:10 +02:00
parent 40d8752644
commit 82e30f2c0b

View File

@@ -17,7 +17,4 @@ SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux"
IUSE=""
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
dev-python/sphinx[${PYTHON_USEDEP}]"
# dev-python/sphinx previously set in PDEPEND which broke some doc builds.
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"