mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-09 15:13:31 -04:00
dev-python/readability-lxml: add missing test dep
Closes: https://bugs.gentoo.org/857675 Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
@@ -23,13 +23,15 @@ KEYWORDS="~amd64"
|
|||||||
RDEPEND="
|
RDEPEND="
|
||||||
dev-python/cssselect[${PYTHON_USEDEP}]
|
dev-python/cssselect[${PYTHON_USEDEP}]
|
||||||
dev-python/lxml[${PYTHON_USEDEP}]
|
dev-python/lxml[${PYTHON_USEDEP}]
|
||||||
|| ( ( $(python_gen_cond_dep \
|
|| (
|
||||||
'dev-python/cchardet[${PYTHON_USEDEP}]' python3_{8..10}) )
|
|
||||||
dev-python/chardet[${PYTHON_USEDEP}]
|
dev-python/chardet[${PYTHON_USEDEP}]
|
||||||
|
( $(python_gen_cond_dep \
|
||||||
|
'dev-python/cchardet[${PYTHON_USEDEP}]' python3_{8..10}) )
|
||||||
)
|
)
|
||||||
"
|
"
|
||||||
BDEPEND="
|
BDEPEND="
|
||||||
test? (
|
test? (
|
||||||
|
dev-python/chardet[${PYTHON_USEDEP}]
|
||||||
$(python_gen_cond_dep \
|
$(python_gen_cond_dep \
|
||||||
'dev-python/timeout-decorator[${PYTHON_USEDEP}]' python3_{8..11})
|
'dev-python/timeout-decorator[${PYTHON_USEDEP}]' python3_{8..11})
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user