diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-05-08 14:19:53 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-05-08 14:23:00 +0200 |
commit | 1bbc3003717c55edd91b2b8cccaa8355d6e51d5b (patch) | |
tree | 5c8f98cb9e6499184c6b3e1c7c17031db95a2689 /dev-python/sphinx | |
parent | dev-python/breathe: Revert "Add dev-python/defusedxml indirect test dep" (diff) | |
download | gentoo-1bbc3003717c55edd91b2b8cccaa8355d6e51d5b.tar.gz gentoo-1bbc3003717c55edd91b2b8cccaa8355d6e51d5b.tar.bz2 gentoo-1bbc3003717c55edd91b2b8cccaa8355d6e51d5b.zip |
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>
Diffstat (limited to 'dev-python/sphinx')
-rw-r--r-- | dev-python/sphinx/sphinx-7.3.7-r1.ebuild (renamed from dev-python/sphinx/sphinx-7.3.7.ebuild) | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/dev-python/sphinx/sphinx-7.3.7.ebuild b/dev-python/sphinx/sphinx-7.3.7-r1.ebuild index 127cb53319b6..4151e90e6efc 100644 --- a/dev-python/sphinx/sphinx-7.3.7.ebuild +++ b/dev-python/sphinx/sphinx-7.3.7-r1.ebuild @@ -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}] |