dev-python/sphinx: Add a temporary RDEP on dev-python/defusedxml

Add an explicit RDEPEND on dev-python/defusedxml since it is used
by sphinx.testing.util, and this breaks a number of reverse
dependencies.  This is a temporary hack, until we figure out a better
solution.

Bug: https://bugs.gentoo.org/931580
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2024-05-08 14:19:53 +02:00
parent 4d01aac778
commit 1bbc300371

View File

@@ -52,6 +52,11 @@ RDEPEND="
)
!dev-python/namespace-sphinxcontrib
"
# added temporarily because of unconditional import in sphinx.testing.util
# until we figure out how to deal with it better
RDEPEND+="
dev-python/defusedxml[${PYTHON_USEDEP}]
"
BDEPEND="
doc? (
dev-python/sphinxcontrib-websupport[${PYTHON_USEDEP}]