Signed-off-by: Michał Górny <mgorny@gentoo.org>
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
# Add all the deps needed only at build/test time.
DEPEND+="
test? (
- dev-python/pexpect[${PYTHON_USEDEP}]
+ $(python_gen_cond_dep '
+ dev-python/pexpect[${PYTHON_MULTI_USEDEP}]
+ ')
sys-devel/gdb[xml]
)"
# Add all the deps needed only at build/test time.
DEPEND+="
test? (
- dev-python/pexpect[${PYTHON_USEDEP}]
+ $(python_gen_cond_dep '
+ dev-python/pexpect[${PYTHON_MULTI_USEDEP}]
+ ')
sys-devel/gdb[xml]
)"