mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-17 14:49:30 -07:00
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:
@@ -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}]
|
||||
Reference in New Issue
Block a user