dev-python/sphinx: Move sphinxcontrib-websupport back to RDEP

Move the dependency on dev-python/sphinxcontrib-websupport back
to RDEPEND (from PDEPEND) to avoid dependency ordering issues that could
result in other packages failing to build. The circular dependency
is now resolved by moving the dependency from sphinxcontrib-websupport
to sphinx into PDEP.

Closes: https://bugs.gentoo.org/624672
This commit is contained in:
Michał Górny
2018-01-01 10:47:09 +01:00
parent fa1773b343
commit eaf21e2ef0

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2017 Gentoo Foundation
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -30,6 +30,7 @@ RDEPEND="
>=dev-python/snowballstemmer-1.1[${PYTHON_USEDEP}]
>=dev-python/sphinx_rtd_theme-0.1[${PYTHON_USEDEP}]
<dev-python/sphinx_rtd_theme-2.0[${PYTHON_USEDEP}]
dev-python/sphinxcontrib-websupport[${PYTHON_USEDEP}]
dev-python/typing[${PYTHON_USEDEP}]
latex? (
dev-texlive/texlive-latexextra
@@ -40,7 +41,6 @@ RDEPEND="
>=dev-python/sqlalchemy-0.9[${PYTHON_USEDEP}]
>=dev-python/whoosh-2.0[${PYTHON_USEDEP}]
)"
PDEPEND="dev-python/sphinxcontrib-websupport[${PYTHON_USEDEP}]"
DEPEND="${RDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]
test? (