summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2022-07-12 12:01:40 +0100
committerSam James <sam@gentoo.org>2022-07-12 12:01:40 +0100
commitaa1456f485b9d1317ab3a987d5237509c0f29323 (patch)
treefd00ac615847cf89db01345ace9fe4e5fae5454f
parentmedia-video/pipewire: add 0.3.55 (diff)
downloadgentoo-aa1456f485b9d1317ab3a987d5237509c0f29323.tar.gz
gentoo-aa1456f485b9d1317ab3a987d5237509c0f29323.tar.bz2
gentoo-aa1456f485b9d1317ab3a987d5237509c0f29323.zip
app-text/pelican: fix test deps
Closes: https://bugs.gentoo.org/857774 Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r--app-text/pelican/pelican-4.8.0.ebuild2
1 files changed, 2 insertions, 0 deletions
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 )