mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-23 16:49:10 -07:00
dev-python/sphinxcontrib-htmlhelp: Add missing test-dep on html5lib
Closes: https://bugs.gentoo.org/720826 Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user