commit:     da60263a085762c6ce522aaf91fea2158ca3480b
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon May  4 08:57:33 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon May  4 09:03:19 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da60263a

dev-python/sphinxcontrib-htmlhelp: Add missing test-dep on html5lib

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

 .../sphinxcontrib-htmlhelp/sphinxcontrib-htmlhelp-1.0.3.ebuild    | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git 
a/dev-python/sphinxcontrib-htmlhelp/sphinxcontrib-htmlhelp-1.0.3.ebuild 
b/dev-python/sphinxcontrib-htmlhelp/sphinxcontrib-htmlhelp-1.0.3.ebuild
index ef105cf43f4..8feabb3f71a 100644
--- a/dev-python/sphinxcontrib-htmlhelp/sphinxcontrib-htmlhelp-1.0.3.ebuild
+++ b/dev-python/sphinxcontrib-htmlhelp/sphinxcontrib-htmlhelp-1.0.3.ebuild
@@ -18,9 +18,11 @@ KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips 
~ppc ~ppc64 ~s390 ~sp
 RDEPEND="dev-python/namespace-sphinxcontrib[${PYTHON_USEDEP}]"
 PDEPEND="
        >=dev-python/sphinx-2.0[${PYTHON_USEDEP}]"
-DEPEND="
-       dev-python/setuptools[${PYTHON_USEDEP}]
-       test? ( ${PDEPEND} )"
+BDEPEND="
+       test? (
+               ${PDEPEND}
+               dev-python/html5lib[${PYTHON_USEDEP}]
+       )"
 
 distutils_enable_tests pytest
 

Reply via email to