summaryrefslogtreecommitdiff
path: root/dev-libs/libinput/libinput-1.25.0.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-libs/libinput/libinput-1.25.0.ebuild')
-rw-r--r--dev-libs/libinput/libinput-1.25.0.ebuild2
1 files changed, 2 insertions, 0 deletions
diff --git a/dev-libs/libinput/libinput-1.25.0.ebuild b/dev-libs/libinput/libinput-1.25.0.ebuild
index 27fd6eabd2b0..00fdfcb82be1 100644
--- a/dev-libs/libinput/libinput-1.25.0.ebuild
+++ b/dev-libs/libinput/libinput-1.25.0.ebuild
@@ -44,6 +44,7 @@ BDEPEND="
test? (
$(python_gen_any_dep '
dev-python/pytest[${PYTHON_USEDEP}]
+ dev-python/pytest-xdist[${PYTHON_USEDEP}]
')
)
"
@@ -61,6 +62,7 @@ python_check_deps() {
if use test; then
python_has_version \
"dev-python/pytest[${PYTHON_USEDEP}]" \
+ "dev-python/pytest-xdist[${PYTHON_USEDEP}]" \
|| return
fi
}