summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2018-01-01 10:47:09 +0100
committerMichał Górny <mgorny@gentoo.org>2018-01-01 11:08:41 +0100
commiteaf21e2ef095f3665a05767dd996447616ab21e4 (patch)
treea1b50558404039c23c41cf549b913b040b7a5b75 /dev-python/sphinx
parentdev-python/sphinxcontrib-websupport: Make tests fatal (diff)
downloadgentoo-eaf21e2ef095f3665a05767dd996447616ab21e4.tar.gz
gentoo-eaf21e2ef095f3665a05767dd996447616ab21e4.tar.bz2
gentoo-eaf21e2ef095f3665a05767dd996447616ab21e4.zip
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
Diffstat (limited to 'dev-python/sphinx')
-rw-r--r--dev-python/sphinx/sphinx-1.6.3-r3.ebuild (renamed from dev-python/sphinx/sphinx-1.6.3-r2.ebuild)4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/sphinx/sphinx-1.6.3-r2.ebuild b/dev-python/sphinx/sphinx-1.6.3-r3.ebuild
index 115fe201822d..551ff31244cf 100644
--- a/dev-python/sphinx/sphinx-1.6.3-r2.ebuild
+++ b/dev-python/sphinx/sphinx-1.6.3-r3.ebuild
@@ -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? (