commit:     34c0279919759570941b74fa9a2a7fbbf5e6fba7
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed May  8 08:46:56 2024 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed May  8 08:46:56 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34c02799

dev-python/breathe: Add dev-python/defusedxml indirect test dep

Closes: https://bugs.gentoo.org/931291
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/breathe/breathe-4.35.0-r1.ebuild | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/dev-python/breathe/breathe-4.35.0-r1.ebuild 
b/dev-python/breathe/breathe-4.35.0-r1.ebuild
index 16719afdb406..f9a5d26c4e33 100644
--- a/dev-python/breathe/breathe-4.35.0-r1.ebuild
+++ b/dev-python/breathe/breathe-4.35.0-r1.ebuild
@@ -33,6 +33,12 @@ RDEPEND="
        dev-texlive/texlive-latex
        dev-texlive/texlive-latexextra
 "
+# defusedxml via sphinx.testing
+BDEPEND="
+       test? (
+               dev-python/defusedxml[${PYTHON_USEDEP}]
+       )
+"
 
 distutils_enable_tests pytest
 

Reply via email to