diff options
author | 2024-05-11 21:10:11 +0200 | |
---|---|---|
committer | 2024-05-11 21:11:02 +0200 | |
commit | 14802b84d4baa928b8c9b0531d3ac32d993be19d (patch) | |
tree | d27dba52da5998f475dc10a08426b61af9d9a16f /dev-python/sphinxcontrib-qthelp | |
parent | dev-python/sphinx: Make dev-python/defusedxml import optional (diff) | |
download | gentoo-14802b84d4baa928b8c9b0531d3ac32d993be19d.tar.gz gentoo-14802b84d4baa928b8c9b0531d3ac32d993be19d.tar.bz2 gentoo-14802b84d4baa928b8c9b0531d3ac32d993be19d.zip |
dev-python/sphinxcontrib-qthelp: Add dev-python/defusedxml test dep
Closes: https://bugs.gentoo.org/931575
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/sphinxcontrib-qthelp')
-rw-r--r-- | dev-python/sphinxcontrib-qthelp/sphinxcontrib-qthelp-1.0.7.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/dev-python/sphinxcontrib-qthelp/sphinxcontrib-qthelp-1.0.7.ebuild b/dev-python/sphinxcontrib-qthelp/sphinxcontrib-qthelp-1.0.7.ebuild index 8bef0f0407f8..187f479263e2 100644 --- a/dev-python/sphinxcontrib-qthelp/sphinxcontrib-qthelp-1.0.7.ebuild +++ b/dev-python/sphinxcontrib-qthelp/sphinxcontrib-qthelp-1.0.7.ebuild @@ -23,7 +23,10 @@ PDEPEND=" >=dev-python/sphinx-5[${PYTHON_USEDEP}] " BDEPEND=" - test? ( ${PDEPEND} ) + test? ( + dev-python/defusedxml[${PYTHON_USEDEP}] + ${PDEPEND} + ) " distutils_enable_tests pytest |