commit: aa1456f485b9d1317ab3a987d5237509c0f29323 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Tue Jul 12 11:01:40 2022 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Tue Jul 12 11:01:40 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa1456f4
app-text/pelican: fix test deps Closes: https://bugs.gentoo.org/857774 Signed-off-by: Sam James <sam <AT> gentoo.org> app-text/pelican/pelican-4.8.0.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app-text/pelican/pelican-4.8.0.ebuild b/app-text/pelican/pelican-4.8.0.ebuild index 6628bf2db6f4..ea0e121101a7 100644 --- a/app-text/pelican/pelican-4.8.0.ebuild +++ b/app-text/pelican/pelican-4.8.0.ebuild @@ -32,6 +32,8 @@ BDEPEND=" test? ( >=dev-python/markdown-3.1[${PYTHON_USEDEP}] dev-python/typogrify[${PYTHON_USEDEP}] + dev-python/lxml[${PYTHON_USEDEP}] + dev-python/pytest-xdist[${PYTHON_USEDEP}] )" DOCS=( README.rst )
