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=6
virtual/pkgconfig
test? (
dev-python/pygobject:2
- || (
- $(python_gen_any_dep 'dev-python/twisted[${PYTHON_USEDEP}]')
- $(python_gen_any_dep 'dev-python/twisted-words[${PYTHON_USEDEP}]')
- )
+ $(python_gen_any_dep 'dev-python/twisted[${PYTHON_USEDEP}]')
)
"
python_check_deps() {
if use test ; then
- has_version "dev-python/twisted[${PYTHON_USEDEP}]" \
- || has_version "dev-python/twisted-words[${PYTHON_USEDEP}]"
+ has_version "dev-python/twisted[${PYTHON_USEDEP}]"
fi
}