net-voip/telepathy-salut: Flatten twisted dep

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2020-03-26 18:29:45 +01:00
parent 53a8f300c3
commit 5c5feb5e66

View File

@@ -36,10 +36,7 @@ DEPEND="${RDEPEND}
test? (
>=dev-libs/check-0.9.4
net-libs/libgsasl
|| (
$(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}]')
)
"
# FIXME: needs xmppstream python module
@@ -52,8 +49,7 @@ PATCHES=(
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
}